Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A 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_function
[all...]
H A Dsetup.hpp172 # elif __has_feature(cxx_decltype_auto) && __has_feature(cxx_aggregate_nsdmi) // GLM_COMPILER_CLANG33 + -std=c++1y
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_conversion
803 # define __has_feature global() macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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 macro
H A 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/
H A Dhas-feature.c1 #ifndef __has_feature
2 __has_feature()??? Quesako?
3 #define __has_feature(x) 0 macro
5 "has __has_feature(), yeah!"
8 #if __has_feature(not_a_feature)
18 "has __has_feature(), yeah!"
/third_party/skia/src/core/
H A 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()
H A DSkTime.cpp70 #if !defined(__has_feature)
71 #define __has_feature(x) 0 macro
75 #if __has_feature(memory_sanitizer) in GetNSecs()
H A DSkASAN.h18 #if !defined(SK_SANITIZE_ADDRESS) && defined(__has_feature)
19 #if __has_feature(address_sanitizer)
/third_party/node/deps/v8/src/heap/base/
H A Dstack.cc39 #if defined(__has_feature) in IsOnStack()
40 #if __has_feature(safe_stack) in IsOnStack()
45 #endif // __has_feature(safe_stack) in IsOnStack()
46 #endif // defined(__has_feature) in IsOnStack()
94 #if defined(__has_feature) in IterateUnsafeStackIfNecessary()
95 #if __has_feature(safe_stack) in IterateUnsafeStackIfNecessary()
112 #endif // __has_feature(safe_stack) in IterateUnsafeStackIfNecessary()
113 #endif // defined(__has_feature) in IterateUnsafeStackIfNecessary()
167 #if defined(__has_feature) in GetCurrentStackPointerForLocalVariables()
168 #if __has_feature(safe_stac in GetCurrentStackPointerForLocalVariables()
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A 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-10.0/llvm/include/llvm/ADT/
H A 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/skia/tools/
H A DLsanSuppressions.cpp10 #if !defined(__has_feature)
11 #define __has_feature(x) 0 macro
14 #if __has_feature(address_sanitizer)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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/benchmark/src/
H A Dinternal_macros.h9 #ifndef __has_feature
10 #define __has_feature(x) 0 macro
31 #if __has_feature(cxx_attributes)
102 #if !__has_feature(cxx_exceptions) && !defined(__cpp_exceptions) \
/third_party/mbedtls/tests/include/test/
H A Dhelpers.h30 #if defined(__has_feature)
31 # if __has_feature(address_sanitizer) /* clang -fsanitize=address */
34 # if __has_feature(memory_sanitizer) /* clang -fsanitize=memory */
37 # if __has_feature(thread_sanitizer) /* clang -fsanitize=thread */
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dsanitizers.h24 #if __has_feature(address_sanitizer)
26 #endif // __has_feature(address_sanitizer)
45 #if __has_feature(memory_sanitizer)
47 #endif // __has_feature(memory_sanitizer)
66 #if __has_feature(thread_sanitizer)
68 #endif // __has_feature(thread_sanitizer)
/third_party/node/deps/v8/src/base/
H A 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/mbedtls/library/
H A Dpadlock.h23 #if defined(__has_feature)
24 #if __has_feature(address_sanitizer)
/third_party/openssl/test/
H A Dmemleaktest.c16 /* __has_feature is a clang-ism, while __SANITIZE_ADDRESS__ is a gcc-ism */
17 #if defined(__has_feature)
18 # if __has_feature(address_sanitizer)
/third_party/ffmpeg/libavutil/aarch64/
H A Dasm.S35 #ifndef __has_feature
36 # define __has_feature(x) 0
221 # if __has_feature(hwaddress_sanitizer)
/third_party/skia/third_party/externals/swiftshader/src/System/
H A 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/protobuf/objectivec/
H A DGPBBootstrap.h44 #if !__has_feature(objc_fixed_enum)
87 #if __has_feature(objc_arc)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DDemangleConfig.h18 #ifndef __has_feature
19 #define __has_feature(x) 0 macro
/third_party/node/deps/v8/src/trap-handler/
H A Dtrap-handler.h57 #if defined(__has_feature)
58 #if __has_feature(address_sanitizer)
/third_party/skia/src/gpu/mtl/
H A DGrMtlUtil.h30 #if __has_feature(objc_arc) in GrGetMTLTexture()
41 #if __has_feature(objc_arc) in GrGetPtrFromId()

Completed in 12 milliseconds

1234