HomeSort by: relevance | last modified time | path
    Searched refs:__has_feature (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
sanitizedCocoa.h 28 #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)
X11Application.m 67 #ifndef __has_feature
68 #define __has_feature(x) 0
72 #if __has_feature(attribute_cf_returns_retained)
  /xsrc/external/mit/xf86-video-vboxvideo/dist/src/
VBoxVideoIPRT.h 76 #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/
Xfuncproto.h 83 #ifndef __has_feature
84 # define __has_feature(x) 0 /* Compatibility with older compilers. */ macro
  /xsrc/external/mit/MesaLib.old/dist/src/util/
macros.h 192 # if (defined(__clang__) && defined(__has_feature))
193 # if __has_feature(has_trivial_destructor)
  /xsrc/external/mit/MesaLib/dist/src/util/
macros.h 250 # if (defined(__clang__) && defined(__has_feature))
251 # if __has_feature(has_trivial_destructor)
  /xsrc/external/mit/brotli/dist/c/include/brotli/
port.h 221 #if defined(__has_feature)
222 #define BROTLI_HAS_FEATURE(feature) __has_feature(feature)
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h 416 // 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_sanitizer
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-port.h 468 // 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_sanitizer
    [all...]

Completed in 19 milliseconds