Home
last modified time | relevance | path

Searched defs:__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
163 #define ptrauth_type_discriminator(__type) ((uintptr_t)0) argument
171 #define ptrauth_function_pointer_type_discriminator(__type) \ argument
174 #define ptrauth_function_pointer_type_discriminator(__type) ((uintptr_t)0) argument
254 #define ptrauth_nop_cast(__type, __value) \ argument
349 #define ptrauth_type_discriminator(__type) ((uintptr_t)0) argument
350 #define ptrauth_function_pointer_type_discriminator(__type) ((uintptr_t)0) argument
360 #define ptrauth_nop_cast(__type, __value) ((__type)__value) argument
/xnu-10002.61.3/iokit/Kernel/
H A DIOReporterDefs.h60 #define PREFL_MEMOP_FAIL(__val, __type) do { \ argument
72 #define PREFL_MEMOP_PANIC(__val, __type) do { \ argument