Home
last modified time | relevance | path

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

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