/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _features.hpp | 259 # if(__has_feature(cxx_exceptions)) 263 # if(__has_feature(cxx_rtti)) 267 # if(__has_feature(cxx_access_control_sfinae)) 271 # if(__has_feature(cxx_alias_templates)) 275 # if(__has_feature(cxx_alignas)) 279 # if(__has_feature(cxx_attributes)) 283 # if(__has_feature(cxx_constexpr)) 287 # if(__has_feature(cxx_decltype)) 291 # if(__has_feature(cxx_default_function_template_args)) 295 # if(__has_feature(cxx_defaulted_functions)) [all …]
|
D | setup.hpp | 172 # elif __has_feature(cxx_decltype_auto) && __has_feature(cxx_aggregate_nsdmi) // GLM_COMPILER_CLAN… 176 # elif __has_feature(cxx_static_assert) // GLM_COMPILER_CLANG29 + -std=c++11 316 # define GLM_HAS_STATIC_ASSERT __has_feature(cxx_static_assert) 339 # define GLM_HAS_CONSTEXPR __has_feature(cxx_constexpr) 353 # define GLM_HAS_INITIALIZER_LISTS __has_feature(cxx_generalized_initializers) 365 # define GLM_HAS_UNRESTRICTED_UNIONS __has_feature(cxx_unrestricted_unions) 379 # define GLM_HAS_DEFAULTED_FUNCTIONS __has_feature(cxx_defaulted_functions) 392 # define GLM_HAS_RVALUE_REFERENCES __has_feature(cxx_rvalue_references) 404 # define GLM_HAS_EXPLICIT_CONVERSION_OPERATORS __has_feature(cxx_explicit_conversions) 417 # define GLM_HAS_TEMPLATE_ALIASES __has_feature(cxx_alias_templates) [all …]
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | platform.h | 155 #if defined(__has_feature) 156 # if __has_feature(address_sanitizer) 162 #if defined(__has_feature) 163 # if __has_feature(thread_sanitizer) 169 #if defined(__has_feature) 170 # if __has_feature(undefined_behavior_sanitizer)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | type_traits.h | 22 #ifndef __has_feature 24 #define __has_feature(x) 0 macro 35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 40 #elif __has_feature(is_trivially_copyable) 105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0) 110 #undef __has_feature
|
D | Compiler.h | 24 #ifndef __has_feature 25 # define __has_feature(x) 0 macro 80 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 264 #if __has_feature(attribute_deprecated_with_message) 332 #if __GNUC__ && !__has_feature(cxx_alignas) && !LLVM_GNUC_PREREQ(4, 8, 1) 384 #if __has_feature(memory_sanitizer) 395 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 406 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__) 490 #if __has_feature(cxx_thread_local)
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | has-feature.c | 1 #ifndef __has_feature 2 __has_feature()??? Quesako? 3 #define __has_feature(x) 0 macro 8 #if __has_feature(not_a_feature)
|
/third_party/node/deps/v8/src/heap/base/ |
D | stack.cc | 39 #if defined(__has_feature) in IsOnStack() 40 #if __has_feature(safe_stack) in IsOnStack() 94 #if defined(__has_feature) in IterateUnsafeStackIfNecessary() 95 #if __has_feature(safe_stack) in IterateUnsafeStackIfNecessary() 167 #if defined(__has_feature) in GetCurrentStackPointerForLocalVariables() 168 #if __has_feature(safe_stack) in GetCurrentStackPointerForLocalVariables()
|
/third_party/skia/src/core/ |
D | SkMSAN.h | 24 #if defined(__has_feature) in sk_msan_assert_initialized() 25 #if __has_feature(memory_sanitizer) in sk_msan_assert_initialized() 35 #if defined(__has_feature) in sk_msan_mark_initialized() 36 #if __has_feature(memory_sanitizer) in sk_msan_mark_initialized()
|
D | SkTime.cpp | 70 #if !defined(__has_feature) 71 #define __has_feature(x) 0 macro 75 #if __has_feature(memory_sanitizer) in GetNSecs()
|
D | SkASAN.h | 18 #if !defined(SK_SANITIZE_ADDRESS) && defined(__has_feature) 19 #if __has_feature(address_sanitizer)
|
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_mac.mm | 88 #if !__has_feature(objc_arc) 90 #endif // !__has_feature(objc_arc) 96 #if !__has_feature(objc_arc) 99 #endif // !__has_feature(objc_arc) 157 #if !__has_feature(objc_arc) 159 #endif // !__has_feature(objc_arc) 170 #if !__has_feature(objc_arc) 172 #endif // !__has_feature(objc_arc)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compiler.h | 29 #ifndef __has_feature 30 # define __has_feature(x) 0 macro 99 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 300 #if __has_feature(attribute_deprecated_with_message) 412 #if __has_feature(memory_sanitizer) 425 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 436 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__) 522 #if __has_feature(cxx_thread_local) || defined(_MSC_VER) 537 #if __has_feature(cxx_exceptions)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | bit.h | 27 #if (__has_feature(is_trivially_constructible) && defined(_LIBCPP_VERSION)) || \ 30 #elif __has_feature(is_trivially_constructible) 35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 39 #elif __has_feature(is_trivially_copyable)
|
/third_party/benchmark/src/ |
D | internal_macros.h | 11 #ifndef __has_feature 12 #define __has_feature(x) 0 macro 33 #if __has_feature(cxx_attributes) 89 #if !__has_feature(cxx_exceptions) && !defined(__cpp_exceptions) \
|
/third_party/skia/tools/ |
D | LsanSuppressions.cpp | 10 #if !defined(__has_feature) 11 #define __has_feature(x) 0 macro 14 #if __has_feature(address_sanitizer)
|
/third_party/python/Include/ |
D | Python.h | 54 #if defined(__has_feature) 55 # if __has_feature(memory_sanitizer) 60 # if __has_feature(address_sanitizer)
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | sanitizers.h | 24 #if __has_feature(address_sanitizer) 45 #if __has_feature(memory_sanitizer) 66 #if __has_feature(thread_sanitizer)
|
/third_party/node/deps/v8/src/base/ |
D | macros.h | 157 #if defined(__has_feature) 158 #if __has_feature(address_sanitizer) 164 #if defined(__has_feature) 165 #if __has_feature(memory_sanitizer) 171 #if defined(__has_feature) 172 #if __has_feature(undefined_behavior_sanitizer)
|
/third_party/cef/include/base/ |
D | cef_compiler_specific.h | 71 #if !defined(__has_feature) 72 #define __has_feature(x) 0 macro 281 #if defined(__has_feature) 282 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE)
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Memory.cpp | 45 #ifndef __has_feature 46 # define __has_feature(x) 0 macro 116 return allocate(bytes, alignment, !__has_feature(memory_sanitizer)); in allocateZeroOrPoison()
|
/third_party/ffmpeg/libavutil/aarch64/ |
D | asm.S | 35 #ifndef __has_feature 36 # define __has_feature(x) 0 macro 101 # if __has_feature(hwaddress_sanitizer)
|
/third_party/openssl/test/ |
D | memleaktest.c | 17 #if defined(__has_feature) 18 # if __has_feature(address_sanitizer)
|
/third_party/cef/include/base/internal/ |
D | cef_scoped_block_mac.h | 40 #if defined(__has_feature) && __has_feature(objc_arc)
|
/third_party/mbedtls/library/ |
D | padlock.h | 35 #if defined(__has_feature) 36 #if __has_feature(address_sanitizer)
|
/third_party/protobuf/objectivec/ |
D | GPBBootstrap.h | 44 #if !__has_feature(objc_fixed_enum) 87 #if __has_feature(objc_arc)
|