HomeSort by relevance Sort by last modified time
    Searched defs:__has_feature (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
Noncopyable.h 24 #ifndef __has_feature
25 #define __has_feature(x) 0 macro
28 #if __has_feature(cxx_deleted_functions)
NullPtr.h 34 #ifndef __has_feature
35 #define __has_feature(feature) 0 macro
38 #if __has_feature(cxx_nullptr) || (defined(_MSC_VER) && _MSC_VER >= 1600)
  /external/clang/tools/libclang/
Index_Internal.h 19 #ifndef __has_feature
20 #define __has_feature(x) 0 macro
23 #if __has_feature(blocks)
41 #endif // !__has_feature(blocks)
CIndex.cpp 2998 #define __has_feature macro
    [all...]
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 33 // __has_feature
34 #if !defined(__has_feature)
35 # define __has_feature(x) 0 macro
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 31 #if !defined(__has_feature)
32 #define __has_feature(x) 0 macro
  /external/llvm/include/llvm/Support/
Compiler.h 18 #ifndef __has_feature
19 # define __has_feature(x) 0 macro
25 #if (__has_feature(cxx_rvalue_references) \
52 #if (__has_feature(cxx_deleted_functions) \
170 #if __has_feature(attribute_deprecated_with_message)
type_traits.h 24 #ifndef __has_feature
26 #define __has_feature(x) 0 macro
66 #if __has_feature(is_trivially_copyable)
217 #undef __has_feature macro
  /external/llvm/include/llvm/ADT/
Hashing.h 61 #ifndef __has_feature
62 # define __has_feature(x) 0 macro
557 #if defined(__has_feature) && __has_feature(__cxx_variadic_templates__)
648 #if __has_feature(__cxx_variadic_templates__)

Completed in 766 milliseconds