Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/EXTERNAL_HEADERS/
H A Dptrauth.h160 #define ptrauth_type_discriminator(__type) \ argument
161 __builtin_ptrauth_type_discriminator(__type)
163 #define ptrauth_type_discriminator(__type) ((uintptr_t)0) argument
171 #define ptrauth_function_pointer_type_discriminator(__type) \ argument
172 __builtin_ptrauth_type_discriminator(__type)
174 #define ptrauth_function_pointer_type_discriminator(__type) ((uintptr_t)0) argument
254 #define ptrauth_nop_cast(__type, __value) \ argument
257 typeof(__type) __opaque; \
349 #define ptrauth_type_discriminator(__type) ((uintptr_t)0) argument
350 #define ptrauth_function_pointer_type_discriminator(__type) ((uintptr_t)0) argument
[all …]
/xnu-10002.61.3/iokit/Kernel/
H A DIOReporterDefs.h60 #define PREFL_MEMOP_FAIL(__val, __type) do { \ argument
65 } else if (__val > INT_MAX / (int)sizeof(__type)) { \
66 IORERROR("%s - %s > INT_MAX / sizeof(%s)!\n",__func__,#__val,#__type);\
72 #define PREFL_MEMOP_PANIC(__val, __type) do { \ argument
75 } else if (__val > INT_MAX / (int)sizeof(__type)) { \
76 panic("%s - %s > INT_MAX / sizeof(%s)!", __func__, #__val, #__type); \