Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 25 of 174) sorted by relevance

1234567

/third_party/boost/boost/config/compiler/
Dxlcpp.hpp23 #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 …]
Dclang.hpp23 #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.hpp259 # 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 …]
Dsetup.hpp172 # 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/
Dhas-feature.c1 #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/
Dplatform.h155 #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/
Dtype_traits.h22 #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
DCompiler.h24 #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/
Dintrinsics.hpp163 #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/
DSkMSAN.h24 #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/
DSkMSAN.h24 #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/
Dexhaustive_tester.h19 #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/
Dinternal_macros.h6 #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/
Dbit.h27 #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/
DLsanSuppressions.cpp10 #if !defined(__has_feature)
11 #define __has_feature(x) 0 macro
14 #if __has_feature(address_sanitizer)
/third_party/skia/tools/
DLsanSuppressions.cpp10 #if !defined(__has_feature)
11 #define __has_feature(x) 0 macro
14 #if __has_feature(address_sanitizer)
/third_party/benchmark/src/
Dinternal_macros.h11 #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/
Dmain_message_loop_external_pump_mac.mm88 #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/
DCompiler.h29 #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/
DPython.h54 #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/
Dsanitizers.h24 #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/
DSDL_syswm.h230 #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/
Dworkaround.hpp41 # 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/
Dconfig.hpp98 # 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/
Dconfig.hpp98 # 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 …]

1234567