Searched refs:__has_feature (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DsanitizedCocoa.h28 #ifndef __has_feature
29 #define __has_feature(x) 0 // Compatibility with non-clang compilers. macro
33 #if __has_feature(attribute_ns_returns_retained)
41 #if __has_feature(attribute_ns_returns_not_retained)
49 #if __has_feature(attribute_cf_returns_retained)
57 #if __has_feature(attribute_cf_returns_not_retained)
H A DX11Application.m67 #ifndef __has_feature
68 #define __has_feature(x) 0 macro
72 #if __has_feature(attribute_cf_returns_retained)
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoIPRT.h76 #ifndef __has_feature
77 # define __has_feature(x) 0 macro
79 #if __has_feature(cxx_static_assert) || __has_feature(c_static_assert)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXfuncproto.h83 #ifndef __has_feature
84 # define __has_feature(x) 0 /* Compatibility with non-clang compilers. */ macro
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h192 # if (defined(__clang__) && defined(__has_feature))
193 # if __has_feature(has_trivial_destructor)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmacros.h250 # if (defined(__clang__) && defined(__has_feature))
251 # if __has_feature(has_trivial_destructor)
/xsrc/external/mit/brotli/dist/c/include/brotli/
H A Dport.h221 #if defined(__has_feature)
222 #define BROTLI_HAS_FEATURE(feature) __has_feature(feature)
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h416 // C++ exceptions are disabled. clang has __has_feature(cxx_exceptions) which
420 // __EXCEPTIONS && __has_feature(cxx_exceptions).
421 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
502 # define GTEST_HAS_RTTI __has_feature(cxx_rtti)
783 # if __has_feature(memory_sanitizer)
788 # endif // __has_feature(memory_sanitizer)
795 # if __has_feature(address_sanitizer)
800 # endif // __has_feature(address_sanitizer)
807 # if __has_feature(hwaddress_sanitizer)
812 # endif // __has_feature(hwaddress_sanitize
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h468 // are disabled. clang has __has_feature(cxx_exceptions) which checks for C++
471 // __EXCEPTIONS && __has_feature(cxx_exceptions).
472 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
569 # define GTEST_HAS_RTTI __has_feature(cxx_rtti)
954 # if __has_feature(memory_sanitizer)
959 # endif // __has_feature(memory_sanitizer)
966 # if __has_feature(address_sanitizer)
971 # endif // __has_feature(address_sanitizer)
978 # if __has_feature(thread_sanitizer)
983 # endif // __has_feature(thread_sanitize
[all...]

Completed in 13 milliseconds