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

  /external/chromium_org/v8/src/
msan.h 12 #ifndef __has_feature
13 # define __has_feature(x) 0 macro
16 #if __has_feature(memory_sanitizer) && !defined(MEMORY_SANITIZER)
  /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/compiler-rt/test/sanitizer_common/TestCases/Linux/
open_memstream.cc 9 #ifndef __has_feature
10 #define __has_feature(x) 0 macro
13 #if __has_feature(memory_sanitizer)
18 #elif __has_feature(address_sanitizer)
  /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 3297 #define __has_feature macro
    [all...]
  /external/llvm/include/llvm/Support/
type_traits.h 20 #ifndef __has_feature
22 #define __has_feature(x) 0 macro
31 #if __has_feature(is_trivially_copyable)
89 #undef __has_feature macro
Compiler.h 20 #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_conversions) ||
    [all...]
  /external/libcxxabi/src/Unwind/
config.h 21 #ifndef __has_feature
22 #define __has_feature(__x) 0 macro
24 #if !(__has_feature(cxx_static_assert)) && !defined(static_assert)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 48 #if !defined(__has_feature)
49 #define __has_feature(x) 0 macro
53 # if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
  /bionic/libc/include/sys/
cdefs.h 45 #define __has_extension __has_feature
47 #ifndef __has_feature
48 #define __has_feature(x) 0 macro
  /development/ndk/platforms/android-L/include/sys/
cdefs.h 45 #define __has_extension __has_feature
47 #ifndef __has_feature
48 #define __has_feature(x) 0 macro
  /external/chromium_org/third_party/webrtc/base/
thread.cc 13 #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/llvm/include/llvm/ADT/
Hashing.h 60 #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__)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 37 // GCC does not understand __has_feature
38 #if !defined(__has_feature)
39 # define __has_feature(x) 0 macro

Completed in 760 milliseconds