| /xnu-8796.141.3/EXTERNAL_HEADERS/ |
| H A D | Availability.h | 211 #if defined(__has_feature) 212 #if __has_feature(attribute_availability_with_message) 215 #elif __has_feature(attribute_availability) 229 #if defined(__has_feature) 230 #if __has_feature(attribute_availability_app_extension) 296 #if defined(__has_feature) 297 #if __has_feature(attribute_availability_tvos) 323 #if defined(__has_feature) 324 #if __has_feature(attribute_availability_watchos) 350 #if defined(__has_feature) [all …]
|
| H A D | ptrcheck.h | 16 #if defined(__has_feature) && __has_feature(bounds_attributes)
|
| /xnu-8796.141.3/libkern/os/ |
| H A D | object.h | 111 #if defined(__has_feature) 112 #if __has_feature(objc_arc) 126 #elif defined(__has_feature) 127 #if __has_feature(objc_arc)
|
| H A D | base.h | 33 #ifndef __has_feature 34 #define __has_feature(x) 0 macro 134 #if __has_feature(assume_nonnull) 181 #if __has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || \ 238 #if __has_feature(attribute_availability_swift) 347 #if __has_feature(ptrauth_calls) 362 #if __has_feature(ptrauth_calls)
|
| H A D | cpp_util.h | 7 #if __has_feature(cxx_nullptr) && __has_feature(cxx_decltype) 11 #if __has_feature(cxx_rvalue_references) || __has_extension(cxx_rvalue_references)
|
| /xnu-8796.141.3/libkern/libkern/ |
| H A D | Block_private.h | 41 #if __has_feature(ptrauth_calls) && __cplusplus < 201103L 74 #if __has_feature(ptrauth_calls) && __cplusplus >= 201103L 208 #elif !__has_feature(ptrauth_calls) 228 #if !__has_feature(ptrauth_calls) 233 #if __has_feature(ptrauth_signed_block_descriptors) 439 #if __has_feature(ptrauth_signed_block_descriptors) in _Block_get_descriptor()
|
| /xnu-8796.141.3/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | CoreEntitlements.h | 22 #if defined(__has_feature) && __has_feature(bounds_attributes)
|
| /xnu-8796.141.3/libkern/ |
| H A D | ptrauth_utils.c | 39 #if !__has_feature(ptrauth_calls) 54 #if __has_feature(ptrauth_calls)
|
| /xnu-8796.141.3/san/memory/ |
| H A D | kasan-tbi.h | 35 #if KASAN && !__has_feature(hwaddress_sanitizer) 39 #if !KASAN && __has_feature(hwaddress_sanitizer)
|
| H A D | kasan-classic.h | 35 #if KASAN && !__has_feature(address_sanitizer) 39 #if !KASAN && __has_feature(address_sanitizer)
|
| H A D | kasan.h | 235 #if __has_feature(address_sanitizer) 237 #elif __has_feature(hwaddress_sanitizer)
|
| /xnu-8796.141.3/osfmk/arm64/ |
| H A D | machine_routines_asm.h | 57 #if __has_feature(ptrauth_calls) 62 #if __has_feature(ptrauth_calls)
|
| H A D | asm.h | 159 #if __has_feature(ptrauth_returns) 165 #if __has_feature(ptrauth_returns)
|
| H A D | sleh.c | 145 #if __has_feature(ptrauth_calls) 718 #if __has_feature(ptrauth_calls) in sleh_synchronous() 969 #if __has_feature(ptrauth_calls) 1020 #if __has_feature(ptrauth_calls) in handle_kernel_breakpoint() 1070 #if __has_feature(ptrauth_calls) in handle_breakpoint() 1134 #if __has_feature(ptrauth_calls) 1197 #if __has_feature(ptrauth_calls) in handle_pc_align() 1222 #if __has_feature(ptrauth_calls) in handle_sp_align() 1478 #if __has_feature(ptrauth_calls) in handle_user_abort() 1725 #if __has_feature(ptrauth_calls)
|
| /xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc.h | 25 #if __has_feature(attribute_availability_with_replacement) 26 #if __has_feature(attribute_availability_bridgeos) 237 #if __has_feature(ptrauth_calls) && (CC_KERNEL || CC_USE_L4 || CC_USE_SEPROM)
|
| H A D | cc_config.h | 49 #if !defined(__has_feature) 50 #define __has_feature(FEATURE) 0 macro 617 #if __has_feature(thread_sanitizer) 623 #if __has_feature(bounds_attributes)
|
| /xnu-8796.141.3/libkern/firehose/ |
| H A D | tracepoint_private.h | 140 #if __has_feature(address_sanitizer) 156 #if __has_feature(address_sanitizer)
|
| /xnu-8796.141.3/osfmk/vm/ |
| H A D | vm_shared_region.h | 205 #if __has_feature(ptrauth_calls) 248 #if __has_feature(ptrauth_calls) 361 #if __has_feature(ptrauth_calls)
|
| H A D | vm_shared_region_pager.c | 62 #if __has_feature(ptrauth_calls) 136 #if __has_feature(ptrauth_calls) 301 #if __has_feature(ptrauth_calls) 711 #if __has_feature(ptrauth_calls) in shared_region_pager_data_request() 938 #if __has_feature(ptrauth_calls) in shared_region_pager_deallocate_internal() 1125 #if !__has_feature(ptrauth_calls) in shared_region_pager_create() 1158 #if __has_feature(ptrauth_calls) in shared_region_pager_create() 1245 #if __has_feature(ptrauth_calls)
|
| /xnu-8796.141.3/tests/ |
| H A D | ptrauth_data_tests.c | 13 #if __has_feature(ptrauth_calls)
|
| H A D | backtracing_tests.c | 46 #if __has_feature(ptrauth_calls) 304 #if __has_feature(ptrauth_calls) in backtrace_thread_async() 492 #if __has_feature(ptrauth_calls) in spin_backtrace_async()
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | cdefs.h | 94 #ifndef __has_feature 95 #define __has_feature(x) 0 macro 286 #if !__has_feature(nullability) 344 #if __has_feature(attribute_availability_swift) 1131 #if __has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || \
|
| H A D | commpage.h | 61 #if __has_feature(address_sanitizer)
|
| /xnu-8796.141.3/osfmk/mach/arm/ |
| H A D | exception.h | 41 #if __has_feature(ptrauth_calls)
|
| /xnu-8796.141.3/san/coverage/ |
| H A D | kcov.h | 34 #if !CONFIG_KCOV && __has_feature(coverage_sanitizer)
|