Home
last modified time | relevance | path

Searched refs:REPLACEMENT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/EXTERNAL_HEADERS/
H A Dptrcheck.h265 #define __ptrcheck_unavailable_r(REPLACEMENT) \ argument
267 "unavailable with -fbounds-safety. Use " #REPLACEMENT " instead.")))
315 #define __ptrcheck_unavailable_r(REPLACEMENT) argument
/xnu-12377.1.9/bsd/sys/
H A Dkpi_mbuf.h61 #define __EXTENSION_ONLY_KPI_DEPRECATED_BY(REPLACEMENT) … argument
63 "Only available outside of the kernel. Use " #REPLACEMENT " in the kernel instead.")))
64 #define __BOUNDS_SAFETY_DEPRECATED_BY(REPLACEMENT) argument
66 #define __EXTENSION_ONLY_KPI_DEPRECATED_BY(REPLACEMENT) argument
67 #define __BOUNDS_SAFETY_DEPRECATED_BY(REPLACEMENT) argument
70 #define __EXTENSION_ONLY_KPI_DEPRECATED_BY(REPLACEMENT) argument
71 #define __BOUNDS_SAFETY_DEPRECATED_BY(REPLACEMENT) … argument
72 __ptrcheck_unavailable_r(REPLACEMENT)
H A Dcdefs.h1197 #define __ptrcheck_unavailable_r(REPLACEMENT) argument