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

1 2 3 4 5 6

  /external/skia/tools/
LsanSuppressions.cpp 10 #if !defined(__has_feature)
11 #define __has_feature(x) 0 macro
14 #if __has_feature(address_sanitizer)
  /external/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
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/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
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/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
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/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
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/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/compiler-rt/test/sanitizer_common/TestCases/Linux/
open_memstream.cc 10 #ifndef __has_feature
11 #define __has_feature(x) 0 macro
14 #if __has_feature(memory_sanitizer)
19 #elif __has_feature(address_sanitizer)
  /art/runtime/base/
memory_tool.h 22 #if !defined(__has_feature)
23 #define __has_feature(x) 0 macro
26 #if __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)
  /external/google-benchmark/src/
internal_macros.h 6 #ifndef __has_feature
7 #define __has_feature(x) 0 macro
18 #if __has_feature(cxx_attributes)
  /external/libcxx/utils/google-benchmark/src/
internal_macros.h 6 #ifndef __has_feature
7 #define __has_feature(x) 0 macro
18 #if __has_feature(cxx_attributes)
  /external/libvpx/libvpx/vpx_ports/
mem.h 50 #if !defined(__has_feature)
51 #define __has_feature(x) 0 macro
52 #endif // !defined(__has_feature)
54 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
58 #endif // __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
  /external/llvm/include/llvm/Support/
type_traits.h 22 #ifndef __has_feature
24 #define __has_feature(x) 0 macro
35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \
40 #elif __has_feature(is_trivially_copyable)
105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
110 #undef __has_feature macro
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Compiler.h 18 #ifndef __has_feature
19 # define __has_feature(x) 0 macro
115 #if __has_feature(attribute_deprecated_with_message)

Completed in 1090 milliseconds

1 2 3 4 5 6