Home
last modified time | relevance | path

Searched refs:__has_extension (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h38 #ifndef __has_extension
39 #define __has_extension(x) 0 macro
147 #if __has_extension(attribute_overloadable)
180 #if __has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || \
181 __has_extension(cxx_strong_enums)
/xnu-10063.141.1/libkern/os/
H A Dbase.h39 #ifndef __has_extension
40 #define __has_extension(x) 0 macro
148 #if __has_extension(attribute_overloadable)
181 #if __has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || \
182 __has_extension(cxx_strong_enums)
H A Dcpp_util.h11 #if __has_feature(cxx_rvalue_references) || __has_extension(cxx_rvalue_references)
/xnu-10063.141.1/bsd/sys/
H A Dcdefs.h103 #ifndef __has_extension
104 #define __has_extension(x) 0 macro
216 #if __has_extension(attribute_deprecated_with_message) || \
223 #if __has_extension(enumerator_attributes)
1240 #if __has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || \
1241 __has_extension(cxx_strong_enums)
/xnu-10063.141.1/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h53 #if !defined(__has_extension)
54 #define __has_extension(EXT) 0 macro
H A Dcc.h88 #if __has_feature(c_static_assert) || __has_extension(c_static_assert)