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

/external/webkit/Source/JavaScriptCore/wtf/
H A DNoncopyable.h24 #ifndef __has_feature
25 #define __has_feature(x) 0 macro
28 #if __has_feature(cxx_deleted_functions)
H A DNullPtr.h34 #ifndef __has_feature
35 #define __has_feature(feature) 0 macro
38 #if __has_feature(cxx_nullptr) || (defined(_MSC_VER) && _MSC_VER >= 1600)
/external/compiler-rt/lib/asan/
H A Dasan_interface.h90 #if !defined(__has_feature)
91 #define __has_feature(x) 0 macro
93 #if __has_feature(address_sanitizer)
H A Dasan_internal.h109 #if !defined(__has_feature)
110 #define __has_feature(x) 0 macro
113 #if __has_feature(address_sanitizer)
/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.cpp2963 #ifndef __has_feature
2964 #define __has_feature(x) 0 macro
2966 #if __has_feature(blocks)
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h31 #if !defined(__has_feature)
32 #define __has_feature(x) 0 macro
/external/llvm/include/llvm/Support/
H A DCompiler.h18 #ifndef __has_feature
19 # define __has_feature(x) 0 macro
130 #if __has_feature(attribute_deprecated_with_message)
/external/llvm/include/llvm/ADT/
H A DHashing.h61 #ifndef __has_feature
62 # define __has_feature(x) 0 macro
562 #if defined(__has_feature) && __has_feature(__cxx_variadic_templates__)
653 #if __has_feature(__cxx_variadic_templates__)

Completed in 157 milliseconds