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

  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 19 // 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/
SkTypedEnum.h 14 #ifndef __has_feature
15 #define __has_feature(x) 0 macro
18 #define __has_extension __has_feature
  /external/skia/src/sfnt/
SkTypedEnum.h 14 #ifndef __has_feature
15 #define __has_feature(x) 0 macro
18 #define __has_extension __has_feature
  /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 3153 #define __has_feature macro
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
gabixx_config.h 64 #if !defined(__clang__) && !defined(__has_feature)
65 #define __has_feature(x) 0 macro
68 #if (defined(__clang__) && __has_feature(cxx_exceptions)) || \
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 35 #if !defined(__has_feature)
36 #define __has_feature(x) 0 macro
40 # if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
  /external/llvm/include/llvm/Support/
type_traits.h 24 #ifndef __has_feature
26 #define __has_feature(x) 0 macro
67 #if __has_feature(is_trivially_copyable)
241 #undef __has_feature macro
Compiler.h 20 #ifndef __has_feature
21 # define __has_feature(x) 0 macro
46 #if (__has_feature(cxx_rvalue_references) \
60 #if __has_feature(cxx_rvalue_references)
97 #if __has_feature(cxx_variadic_templates)
132 #if (__has_feature(cxx_deleted_functions) \
142 #if __has_feature(cxx_override_control) \
151 #if __has_feature(cxx_override_control) \
158 #if __has_feature(cxx_constexpr) || defined(__GXX_EXPERIMENTAL_CXX0X__)
280 #if __has_feature(attribute_deprecated_with_message
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 30 #ifndef __has_feature
31 #define __has_feature(x) 0 // Compatibility with non-clang or LLVM compilers. macro
32 #endif // __has_feature
45 #if !__has_feature(objc_arc) && (defined(OSX) || defined(IOS))
68 #if !__has_feature(objc_arc) && (defined(OSX) || defined(IOS))
78 #if __has_feature(objc_arc)
344 #if __has_feature(objc_arc)
496 #if __has_feature(objc_arc)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 36 // GCC does not understand __has_feature
37 #if !defined(__has_feature)
38 # define __has_feature(x) 0 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 588 milliseconds