Searched defs:__has_feature (Results 1 - 14 of 14) 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/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/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.cpp3483 #ifndef __has_feature
3484 #define __has_feature(x) 0 macro
3486 #if __has_feature(blocks)
/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)
97 #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__)
245 #if __has_feature(attribute_deprecated_with_message)
303 #elif __GNUC__ && !__has_feature(cxx_alignas) && !LLVM_GNUC_PREREQ(4, 8, 0)
336 #if __has_feature(memory_sanitizer)
347 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
388 #if __has_feature(cxx_thread_local)
/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/libcxxabi/src/Unwind/
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/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)
/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/eigen/unsupported/test/mpreal/
H A Dmpreal.h84 #ifndef __has_feature
85 #define __has_feature(x) 0 macro
89 #if (__has_feature(cxx_rvalue_references) || \
101 #if (__has_feature(cxx_explicit_conversions) || \

Completed in 397 milliseconds