HomeSort by: relevance | last modified time | path
    Searched defs:__has_feature (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/libc++/dist/libcxxrt/src/
atomic.h 5 #ifndef __has_feature
6 #define __has_feature(x) 0 macro
  /src/sys/external/bsd/compiler_rt/dist/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
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
common_interface_defs.h 18 // GCC does not understand __has_feature.
19 #if !defined(__has_feature)
20 #define __has_feature(x) 0 macro
  /src/external/gpl3/gdb/dist/gdbsupport/
new-op.cc 20 /* GCC does not understand __has_feature. */
21 #if !defined(__has_feature)
22 # define __has_feature(x) 0 macro
25 #if !__has_feature(address_sanitizer) && !defined(__SANITIZE_ADDRESS__)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
new-op.cc 20 /* GCC does not understand __has_feature. */
21 #if !defined(__has_feature)
22 # define __has_feature(x) 0 macro
25 #if !__has_feature(address_sanitizer) && !defined(__SANITIZE_ADDRESS__)
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Index_Internal.h 18 #ifndef __has_feature
19 #define __has_feature(x) 0 macro
22 #if __has_feature(blocks)
40 #endif // !__has_feature(blocks)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
DemangleConfig.h 18 #ifndef __has_feature
19 #define __has_feature(x) 0 macro
  /src/external/bsd/zstd/dist/lib/common/
portability_macros.h 35 #ifndef __has_feature
36 # define __has_feature(x) 0 macro
41 # if __has_feature(memory_sanitizer)
50 # if __has_feature(address_sanitizer)
61 # if __has_feature(dataflow_sanitizer)
  /src/sys/external/bsd/compiler_rt/dist/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__)
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
internal_macros.h 11 #ifndef __has_feature
12 #define __has_feature(x) 0 macro
29 #if __has_feature(cxx_attributes)
79 #if !__has_feature(cxx_exceptions) && !defined(__cpp_exceptions) \
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
internal_macros.h 6 #ifndef __has_feature
7 #define __has_feature(x) 0 macro
24 #if __has_feature(cxx_attributes)
70 #if !__has_feature(cxx_exceptions) && !defined(__cpp_exceptions) \
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Compiler.h 29 #ifndef __has_feature
30 # define __has_feature(x) 0 macro
100 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) || \
419 #if __has_feature(memory_sanitizer)
432 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
443 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__)
529 #if __has_feature(cxx_thread_local) || defined(_MSC_VER)
544 #if __has_feature(cxx_exceptions)
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
TableGen.cpp 288 #ifndef __has_feature
289 #define __has_feature(x) 0 macro
292 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) || \
293 __has_feature(leak_sanitizer)
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
general.h 128 #if !defined(__has_feature)
129 #define __has_feature(X) 0 macro
347 #if (MDNS_COMPILER_IS_CLANG() && __has_feature(assume_nonnull))
357 #if (MDNS_COMPILER_IS_CLANG() && __has_feature(assume_nonnull))
393 #if (__has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || __has_extension(cxx_strong_enums))
436 #if (__has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || __has_extension(cxx_strong_enums))
dns_sd.h 164 #if !defined(__has_feature)
165 #define __has_feature(X) 0 macro
168 #if !defined(__lint__) && (__has_feature(objc_fixed_enum) || __has_extension(cxx_fixed_enum) || __has_extension(cxx_strong_enums))
179 #if __has_feature(nullability) && !defined(__lint__)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 38 #if !defined(__has_feature)
39 #define __has_feature(x) 0 macro
40 #endif /* if !defined(__has_feature) */
261 #if __has_feature(address_sanitizer)
263 #endif /* if __has_feature(address_sanitizer) */
271 #if __has_feature(thread_sanitizer)
273 #endif /* if __has_feature(thread_sanitizer) */
284 #elif __has_feature(c_static_assert)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 45 #if !defined(__has_feature)
46 #define __has_feature(x) 0 macro
47 #endif /* if !defined(__has_feature) */
232 #if __has_feature(address_sanitizer)
234 #endif /* if __has_feature(address_sanitizer) */
236 #if __has_feature(thread_sanitizer)
238 #endif /* if __has_feature(thread_sanitizer) */
248 #elif __has_feature(c_static_assert)
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stdatomic.h 25 #if !defined(__has_feature)
26 #define __has_feature(x) 0 macro
27 #endif /* if !defined(__has_feature) */
30 #define __has_extension(x) __has_feature(x)
  /src/external/mpl/dhcp/bind/include/isc/
stdatomic.h 23 #if !defined(__has_feature)
24 #define __has_feature(x) 0 macro
25 #endif /* if !defined(__has_feature) */
28 #define __has_extension(x) __has_feature(x)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 120 // GCC does not understand __has_feature
121 #if !defined(__has_feature)
122 # define __has_feature(x) 0 macro
  /src/sys/sys/
cdefs.h 62 * #if __has_feature(safe_stack)
68 #ifndef __has_feature
69 #define __has_feature(x) 0 macro
73 #define __has_extension __has_feature /* Compat with pre-3.0 Clang */
347 #if defined(__clang__) && __has_feature(address_sanitizer)
355 #if defined(__clang__) && __has_feature(thread_sanitizer)
363 #if defined(__clang__) && __has_feature(memory_sanitizer)
369 #if defined(__clang__) && __has_feature(undefined_behavior_sanitizer)
379 __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) ||\
380 __has_feature(leak_sanitizer) || defined(__SANITIZE_LEAK__
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 18 // GCC does not understand __has_feature.
19 #if !defined(__has_feature)
20 #define __has_feature(x) 0 macro
115 // GCC does not understand __has_feature
116 #if !defined(__has_feature)
117 # define __has_feature(x) 0 macro
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 118 // GCC does not understand __has_feature
119 #if !defined(__has_feature)
120 # define __has_feature(x) 0 macro
  /src/external/bsd/libevent/dist/test/
regress_bufferevent.c 35 * - clang supports __has_feature
38 * Let's set __SANITIZE_ADDRESS__ if __has_feature(address_sanitizer)
40 #ifndef __has_feature
41 #define __has_feature(x) 0 macro
43 #if !defined(__SANITIZE_ADDRESS__) && __has_feature(address_sanitizer)
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_bufferevent.c 35 * - clang supports __has_feature
38 * Let's set __SANITIZE_ADDRESS__ if __has_feature(address_sanitizer)
40 #ifndef __has_feature
41 #define __has_feature(x) 0 macro
43 #if !defined(__SANITIZE_ADDRESS__) && __has_feature(address_sanitizer)

Completed in 59 milliseconds

1 2