Searched defs:__has_feature (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/
H A Dmsan.h12 #ifndef __has_feature
13 # define __has_feature(x) 0 macro
16 #if __has_feature(memory_sanitizer) && !defined(MEMORY_SANITIZER)
/external/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
/external/libcxxabi/test/
H A Dcatch_pointer_nullptr.pass.cpp13 #ifndef __has_feature
14 #define __has_feature(x) 0 macro
19 #if __has_feature(cxx_nullptr)
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dopen_memstream.cc10 #ifndef __has_feature
11 #define __has_feature(x) 0 macro
14 #if __has_feature(memory_sanitizer)
19 #elif __has_feature(address_sanitizer)
/external/minijail/
H A Dutil.h41 #ifndef __has_feature
42 #define __has_feature(x) 0 macro
45 #if __has_feature(address_sanitizer)
/external/skia/src/sfnt/
H A DSkTypedEnum.h14 #ifndef __has_feature
15 #define __has_feature(x) 0 macro
18 #define __has_extension __has_feature
/external/clang/tools/libclang/
H A DIndex_Internal.h19 #ifndef __has_feature
20 #define __has_feature(x) 0 macro
23 #if __has_feature(blocks)
41 #endif // !__has_feature(blocks)
H A DCIndex.cpp3642 #ifndef __has_feature
3643 #define __has_feature(x) 0 macro
3645 #if __has_feature(blocks)
/external/google-benchmark/src/
H A Dinternal_macros.h6 #ifndef __has_feature
7 # define __has_feature(x) 0 macro
10 #if __has_feature(cxx_attributes)
/external/llvm/include/llvm/Support/
H A Dtype_traits.h20 #ifndef __has_feature
22 #define __has_feature(x) 0 macro
33 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \
38 #elif __has_feature(is_trivially_copyable)
101 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
106 #undef __has_feature macro
H A DCompiler.h20 #ifndef __has_feature
21 # define __has_feature(x) 0 macro
79 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
95 #if __has_feature(cxx_constexpr) || defined(__GXX_EXPERIMENTAL_CXX0X__)
232 #if __has_feature(attribute_deprecated_with_message)
290 #elif __GNUC__ && !__has_feature(cxx_alignas) && !LLVM_GNUC_PREREQ(4, 8, 0)
351 #if __has_feature(memory_sanitizer)
362 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
373 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__)
432 #if __has_feature(cxx_thread_loca
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h48 #if !defined(__has_feature)
49 #define __has_feature(x) 0 macro
53 # if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
/external/libunwind_llvm/src/
H A Dconfig.h21 #ifndef __has_feature
22 #define __has_feature(__x) 0 macro
24 #if !(__has_feature(cxx_static_assert)) && !defined(static_assert)
/external/google-breakpad/src/common/mac/
H A DGTMDefines.h270 #ifndef __has_feature // Optional.
271 #define __has_feature(x) 0 // Compatibility with non-clang compilers. macro
275 #if __has_feature(attribute_ns_returns_retained)
283 #if __has_feature(attribute_ns_returns_not_retained)
291 #if __has_feature(attribute_cf_returns_retained)
299 #if __has_feature(attribute_cf_returns_not_retained)
307 #if __has_feature(attribute_ns_consumed)
315 #if __has_feature(attribute_cf_consumed)
323 #if __has_feature(attribute_ns_consumes_self)
364 #if __has_feature(objc_ar
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dplatform.h438 #ifndef __has_feature
439 # define __has_feature(x) 0 macro
500 #elif U_CPLUSPLUS_VERSION >= 11 || __has_feature(cxx_rvalue_references) \
517 #elif U_CPLUSPLUS_VERSION >= 11 || __has_feature(cxx_noexcept) || __has_extension(cxx_noexcept) \
/external/libcxx/test/support/
H A Dcount_new.hpp8 #ifndef __has_feature
9 # define __has_feature(x) 0 macro
12 #if __has_feature(address_sanitizer) \
13 || __has_feature(memory_sanitizer) \
14 || __has_feature(thread_sanitizer)
/external/webrtc/webrtc/base/
H A Dthread.cc13 #ifndef __has_feature
14 #define __has_feature(x) 0 // Compatibility with non-clang or LLVM compilers. macro
15 #endif // __has_feature
29 #if !__has_feature(objc_arc) && (defined(WEBRTC_MAC))
54 #if !__has_feature(objc_arc) && (defined(WEBRTC_MAC))
64 #if __has_feature(objc_arc)
290 #if __has_feature(objc_arc)
464 #if __has_feature(objc_arc)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h50 // GCC does not understand __has_feature
51 #if !defined(__has_feature)
52 # define __has_feature(x) 0 macro
/external/vulkan-validation-layers/libs/glm/detail/
H A Dsetup.hpp419 # elif(__has_feature(cxx_auto_type))
488 #ifndef __has_feature
489 # define __has_feature(x) 0 // Compatibility with non-clang compilers. macro
492 # define __has_extension __has_feature // Compatibility with pre-3.0 compilers.
504 __has_feature(cxx_static_assert))
517 __has_feature(cxx_constexpr))
524 __has_feature(cxx_generalized_initializers))
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h85 #ifndef __has_feature
86 #define __has_feature(x) 0 macro
90 #if (__has_feature(cxx_rvalue_references) || \
102 #if (__has_feature(cxx_explicit_conversions) || \

Completed in 627 milliseconds