Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 25 of 106) sorted by relevance

12345

/xnu-11417.101.15/EXTERNAL_HEADERS/ !
H A DAvailability.h211 #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 DAvailabilityInternal.h65 #ifdef __has_feature
66 #if __has_feature(attribute_deprecated_with_message)
91 #if defined(__has_attribute) && defined(__has_feature)
96 #if __has_feature(attribute_availability_with_message)
102 #if __has_feature(attribute_availability_with_message)
108 #if __has_feature(attribute_availability_with_message)
114 #if __has_feature(attribute_availability_with_message)
120 #if __has_feature(attribute_availability_with_message)
126 #if __has_feature(attribute_availability_with_message)
132 #if __has_feature(attribute_availability_with_message)
[all …]
/xnu-11417.101.15/libkern/os/ !
H A Dobject.h111 #if defined(__has_feature)
112 #if __has_feature(objc_arc)
126 #elif defined(__has_feature)
127 #if __has_feature(objc_arc)
H A Dbase.h33 #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)
351 #if __has_feature(ptrauth_calls)
366 #if __has_feature(ptrauth_calls)
/xnu-11417.101.15/bsd/sys/_types/ !
H A D_va_list.h41 #if defined(__has_feature) && __has_feature(modules)
H A D_null.h37 #if defined(__has_feature) && __has_feature(modules)
H A D_rsize_t.h37 #if defined(__has_feature) && __has_feature(modules)
H A D_ptrdiff_t.h38 #if defined(__has_feature) && __has_feature(modules)
H A D_wchar_t.h38 #if defined(__has_feature) && __has_feature(modules)
H A D_offsetof.h37 #if defined(__has_feature) && __has_feature(modules)
H A D_size_t.h37 #if defined(__has_feature) && __has_feature(modules)
/xnu-11417.101.15/EXTERNAL_HEADERS/image4/shim/ !
H A Dbase.h32 #ifndef __has_feature
33 #define __has_feature(x) 0 macro
133 #if __has_feature(assume_nonnull)
180 #if __has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || \
237 #if __has_feature(attribute_availability_swift)
/xnu-11417.101.15/libkern/libkern/ !
H A DBlock_private.h41 #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-11417.101.15/san/memory/ !
H A Dkasan-tbi.h35 #if KASAN && !__has_feature(hwaddress_sanitizer)
39 #if !KASAN && __has_feature(hwaddress_sanitizer)
H A Dkasan-classic.h35 #if KASAN && !__has_feature(address_sanitizer)
39 #if !KASAN && __has_feature(address_sanitizer)
/xnu-11417.101.15/osfmk/arm64/ !
H A Dplatform_tests_asm.s48 #if __has_feature(ptrauth_calls)
211 #if __has_feature(ptrauth_calls)
221 #if __has_feature(ptrauth_calls)
252 #if __has_feature(ptrauth_returns)
H A Dmachine_routines_asm.h57 #if __has_feature(ptrauth_calls)
62 #if __has_feature(ptrauth_calls)
133 #if __has_feature(ptrauth_calls)
/xnu-11417.101.15/EXTERNAL_HEADERS/CoreEntitlements/ !
H A DCoreEntitlements.h22 #if defined(__has_feature) && __has_feature(bounds_attributes)
/xnu-11417.101.15/libkern/ !
H A Dptrauth_utils.c39 #if !__has_feature(ptrauth_calls)
54 #if __has_feature(ptrauth_calls)
/xnu-11417.101.15/EXTERNAL_HEADERS/corecrypto/ !
H A Dcc.h27 #if __has_feature(attribute_availability_with_replacement)
28 #if __has_feature(attribute_availability_bridgeos)
88 #if __has_feature(c_static_assert) || __has_extension(c_static_assert)
234 #if __has_feature(ptrauth_calls) && (CC_KERNEL || CC_USE_L4 || CC_USE_SEPROM)
/xnu-11417.101.15/bsd/arm/ !
H A Dlimits.h56 #if defined(__has_feature) && __has_feature(modules)
H A D_types.h18 #if defined(__has_feature) && __has_feature(modules)
/xnu-11417.101.15/bsd/i386/ !
H A D_types.h42 #if defined(__has_feature) && __has_feature(modules)
H A Dlimits.h55 #if defined(__has_feature) && __has_feature(modules)
/xnu-11417.101.15/bsd/sys/ !
H A D_types.h44 #if defined(__has_feature) && __has_feature(modules)

12345