Home
last modified time | relevance | path

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

123456

/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/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/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/node/deps/v8/src/heap/base/
Dstack.cc39 #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/
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()
DSkTime.cpp70 #if !defined(__has_feature)
71 #define __has_feature(x) 0 macro
75 #if __has_feature(memory_sanitizer) in GetNSecs()
DSkASAN.h18 #if !defined(SK_SANITIZE_ADDRESS) && defined(__has_feature)
19 #if __has_feature(address_sanitizer)
/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/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/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/skia/tools/
DLsanSuppressions.cpp10 #if !defined(__has_feature)
11 #define __has_feature(x) 0 macro
14 #if __has_feature(address_sanitizer)
/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/node/deps/v8/src/base/
Dmacros.h157 #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/
Dcef_compiler_specific.h71 #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/
DMemory.cpp45 #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/
Dasm.S35 #ifndef __has_feature
36 # define __has_feature(x) 0 macro
101 # if __has_feature(hwaddress_sanitizer)
/third_party/openssl/test/
Dmemleaktest.c17 #if defined(__has_feature)
18 # if __has_feature(address_sanitizer)
/third_party/cef/include/base/internal/
Dcef_scoped_block_mac.h40 #if defined(__has_feature) && __has_feature(objc_arc)
/third_party/mbedtls/library/
Dpadlock.h35 #if defined(__has_feature)
36 #if __has_feature(address_sanitizer)
/third_party/protobuf/objectivec/
DGPBBootstrap.h44 #if !__has_feature(objc_fixed_enum)
87 #if __has_feature(objc_arc)

123456