Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/bsd/sys/ !
H A Dcdefs.h100 #ifndef __has_extension
101 #define __has_extension(x) 0 macro
213 #if __has_extension(attribute_deprecated_with_message) || \
220 #if __has_extension(enumerator_attributes)
1117 #if __has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || \
1118 __has_extension(cxx_strong_enums)