/third_party/boost/boost/config/compiler/ |
D | xlcpp.hpp | 23 #define __has_extension __has_feature 30 #if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS) 34 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_RTTI) 38 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_TYPEID) 73 # if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough") 78 #if !__has_feature(cxx_auto_type) 91 #if !__has_feature(cxx_constexpr) 95 #if !__has_feature(cxx_decltype) 99 #if !__has_feature(cxx_decltype_incomplete_return_types) 103 #if !__has_feature(cxx_defaulted_functions) [all …]
|
D | clang.hpp | 23 #define __has_extension __has_feature 34 #if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS) 38 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_RTTI) 42 #if !__has_feature(cxx_rtti) && !defined(BOOST_NO_TYPEID) 46 #if !__has_feature(cxx_thread_local) 124 # if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough") 129 #if !__has_feature(cxx_auto_type) 147 #if !__has_feature(cxx_constexpr) 151 #if !__has_feature(cxx_decltype) 155 #if !__has_feature(cxx_decltype_incomplete_return_types) [all …]
|
/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/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/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/boost/boost/type_traits/ |
D | intrinsics.hpp | 163 #if defined(BOOST_CLANG) && defined(__has_feature) && !defined(__CUDACC__) 177 # if __has_feature(is_union) 180 …ined(__GLIBCXX__) || (__GLIBCXX__ >= 20080306 && __GLIBCXX__ != 20080519)) && __has_feature(is_pod) 183 …ed(__GLIBCXX__) || (__GLIBCXX__ >= 20080306 && __GLIBCXX__ != 20080519)) && __has_feature(is_empty) 186 # if __has_feature(has_trivial_constructor) 189 # if __has_feature(has_trivial_copy) 192 # if __has_feature(has_trivial_assign) 195 # if __has_feature(has_trivial_destructor) 198 # if __has_feature(has_nothrow_constructor) 201 # if __has_feature(has_nothrow_copy) [all …]
|
/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()
|
/third_party/flutter/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()
|
/third_party/re2/re2/testing/ |
D | exhaustive_tester.h | 19 #ifndef __has_feature 20 #define __has_feature(x) 0 macro 26 #elif __has_feature(address_sanitizer) || __has_feature(memory_sanitizer) || __has_feature(thread_s…
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | internal_macros.h | 6 #ifndef __has_feature 7 #define __has_feature(x) 0 macro 27 #if __has_feature(cxx_attributes) 70 #if !__has_feature(cxx_exceptions) && !defined(__cpp_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/flutter/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/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/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/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/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/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_syswm.h | 230 #if defined(__OBJC__) && defined(__has_feature) && __has_feature(objc_arc) 240 #if defined(__OBJC__) && defined(__has_feature) && __has_feature(objc_arc)
|
/third_party/boost/boost/container/detail/ |
D | workaround.hpp | 41 # if !__has_feature(cxx_delegating_constructors) 111 #if !defined(__has_feature) 114 #define BOOST_CONTAINER_HAS_FEATURE(feature) __has_feature(feature)
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | config.hpp | 98 # if __has_feature(__cxx_rvalue_references__) 172 # if __has_feature(__cxx_variadic_templates__) 208 # if __has_feature(__cxx_deleted_functions__) 226 # if __has_feature(__cxx_constexpr__) 294 # if __has_feature(__cxx_noexcept__) 340 # if __has_feature(__cxx_decltype__) 363 # if __has_feature(__cxx_alias_templates__) 386 # if __has_feature(__cxx_return_type_deduction__) 431 # if __has_feature(__cxx_variable_templates__) 456 # if __has_feature(__cxx_variable_templates__) [all …]
|
/third_party/boost/boost/asio/detail/ |
D | config.hpp | 98 # if __has_feature(__cxx_rvalue_references__) 172 # if __has_feature(__cxx_variadic_templates__) 208 # if __has_feature(__cxx_deleted_functions__) 226 # if __has_feature(__cxx_constexpr__) 294 # if __has_feature(__cxx_noexcept__) 340 # if __has_feature(__cxx_decltype__) 363 # if __has_feature(__cxx_alias_templates__) 386 # if __has_feature(__cxx_return_type_deduction__) 431 # if __has_feature(__cxx_variable_templates__) 456 # if __has_feature(__cxx_variable_templates__) [all …]
|