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

/external/chromium_org/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/chromium_org/third_party/skia/src/sfnt/
H A DSkTypedEnum.h14 #ifndef __has_feature
15 #define __has_feature(x) 0 macro
18 #define __has_extension __has_feature
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dopen_memstream.cc9 #ifndef __has_feature
10 #define __has_feature(x) 0 macro
13 #if __has_feature(memory_sanitizer)
18 #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.cpp3296 #ifndef __has_feature
3297 #define __has_feature(x) 0 macro
3299 #if __has_feature(blocks)
/external/llvm/include/llvm/Support/
H A Dtype_traits.h20 #ifndef __has_feature
22 #define __has_feature(x) 0 macro
31 #if __has_feature(is_trivially_copyable)
89 #undef __has_feature macro
H A DCompiler.h20 #ifndef __has_feature
21 # define __has_feature(x) 0 macro
76 #if __has_feature(cxx_rvalue_references)
86 #if __has_feature(cxx_variadic_templates) || LLVM_MSC_PREREQ(1800)
113 #if __has_feature(cxx_deleted_functions) || \
120 #if __has_feature(cxx_constexpr) || defined(__GXX_EXPERIMENTAL_CXX0X__)
248 #if __has_feature(attribute_deprecated_with_message)
302 #if __has_feature(memory_sanitizer)
313 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
335 #if __has_feature(cxx_explicit_conversion
[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/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/chromium_org/third_party/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
28 #if !__has_feature(objc_arc) && (defined(WEBRTC_MAC))
51 #if !__has_feature(objc_arc) && (defined(WEBRTC_MAC))
61 #if __has_feature(objc_arc)
383 #if __has_feature(objc_arc)
548 #if __has_feature(objc_arc)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h37 // GCC does not understand __has_feature
38 #if !defined(__has_feature)
39 # define __has_feature(x) 0 macro
/external/llvm/include/llvm/ADT/
H A DHashing.h60 #ifndef __has_feature
61 # define __has_feature(x) 0 macro
556 #if defined(__has_feature) && __has_feature(__cxx_variadic_templates__)
647 #if __has_feature(__cxx_variadic_templates__)

Completed in 2532 milliseconds