/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | immintrin.h | 19 #if !defined(__SCE__) || __has_feature(modules) || defined(__MMX__) 23 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE__) 27 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE2__) 31 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE3__) 35 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSSE3__) 39 #if !defined(__SCE__) || __has_feature(modules) || \ 44 #if !defined(__SCE__) || __has_feature(modules) || \ 49 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLFLUSHOPT__) 53 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLWB__) 57 #if !defined(__SCE__) || __has_feature(modules) || defined(__AVX__) [all …]
|
H A D | x86intrin.h | 17 #if !defined(__SCE__) || __has_feature(modules) || defined(__PRFCHW__) 21 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE4A__) 25 #if !defined(__SCE__) || __has_feature(modules) || defined(__FMA4__) 29 #if !defined(__SCE__) || __has_feature(modules) || defined(__XOP__) 33 #if !defined(__SCE__) || __has_feature(modules) || defined(__TBM__) 37 #if !defined(__SCE__) || __has_feature(modules) || defined(__LWP__) 41 #if !defined(__SCE__) || __has_feature(modules) || defined(__MWAITX__) 45 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLZERO__) 49 #if !defined(__SCE__) || __has_feature(modules) || defined(__RDPRU__)
|
H A D | x86gprintrin.h | 13 #if !defined(__SCE__) || __has_feature(modules) || defined(__HRESET__) 17 #if !defined(__SCE__) || __has_feature(modules) || defined(__UINTR__) 21 #if !defined(__SCE__) || __has_feature(modules) || defined(__USERMSR__) 25 #if !defined(__SCE__) || __has_feature(modules) || defined(__CRC32__) 29 #if !defined(__SCE__) || __has_feature(modules) || defined(__PRFCHI__) 33 #if !defined(__SCE__) || __has_feature(modules) || defined(__RAOINT__) 37 #if !defined(__SCE__) || __has_feature(modules) || defined(__CMPCCXADD__)
|
H A D | keylockerintrin.h | 31 #if !defined(__SCE__) || __has_feature(modules) || defined(__KL__) 331 #if !defined(__SCE__) || __has_feature(modules) || defined(__WIDEKL__)
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | 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)
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | TableGen.cpp | 87 #ifndef __has_feature 88 #define __has_feature(x) 0 macro 91 #if __has_feature(address_sanitizer) || \ 93 __has_feature(leak_sanitizer)
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Deprecated.h | 18 #ifndef __has_feature 19 # define __has_feature(x) 0 macro 24 #if __has_feature(attribute_deprecated_with_message)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compiler.h | 26 #ifndef __has_feature 27 # define __has_feature(x) 0 macro 436 #if __has_feature(memory_sanitizer) 449 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 473 #if __has_feature(hwaddress_sanitizer) 481 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__) 567 #if __has_feature(cxx_thread_local) || defined(_MSC_VER) 582 #if __has_feature(cxx_exceptions)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerPlatform.h | 135 #if defined(__has_feature) 136 #if __has_feature(address_sanitizer) 138 #elif __has_feature(memory_sanitizer)
|
/freebsd/sys/sys/ |
H A D | cdefs.h | 52 #define __has_extension __has_feature 54 #ifndef __has_feature 55 #define __has_feature(x) 0 macro 659 #if !(defined(__clang__) && __has_feature(nullability)) 747 #if __has_feature(address_sanitizer) && defined(__clang__) 756 #if __has_feature(coverage_sanitizer) && defined(__clang__) 761 #if __has_feature(memory_sanitizer) && defined(__clang__) 770 #if __has_feature(thread_sanitizer) && defined(__clang__)
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | explicit_bzero.c | 46 #if defined(__has_feature) in explicit_bzero() 47 # if __has_feature(memory_sanitizer) in explicit_bzero()
|
/freebsd/crypto/openssl/test/ |
H A D | memleaktest.c | 17 #if defined(__has_feature) 18 # if __has_feature(address_sanitizer)
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | explicit_bzero.c | 54 #if defined(__has_feature) in explicit_bzero() 55 # if __has_feature(memory_sanitizer) in explicit_bzero()
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBTableGen.cpp | 76 #ifdef __has_feature 77 #if __has_feature(address_sanitizer)
|
/freebsd/contrib/llvm-project/libcxx/src/include/ |
H A D | overridable_function.h | 16 #if __has_feature(ptrauth_calls) 86 # if __has_feature(ptrauth_calls) in __is_function_overridden()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | mutator_aux.h | 37 #if defined(__has_feature) 38 # if __has_feature(memory_sanitizer)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | DemangleConfig.h | 18 #ifndef __has_feature 19 #define __has_feature(x) 0 macro
|
/freebsd/contrib/libcxxrt/ |
H A D | atomic.h | 5 #ifndef __has_feature 6 # define __has_feature(x) 0 macro
|
/freebsd/tools/build/cross-build/include/common/sys/ |
H A D | cdefs.h | 188 #ifndef __has_feature 189 #define __has_feature(...) 0 macro 199 #if !(defined(__clang__) && __has_feature(nullability))
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | libunwind.cpp | 21 #if !defined(__has_feature) 22 #define __has_feature(feature) 0 macro 25 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 211 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) in _LIBUNWIND_WEAK_ALIAS()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 19 #if !defined(__has_feature) 20 #define __has_feature(x) 0 macro 123 #if !defined(__has_feature) 124 # define __has_feature(x) 0 macro
|
H A D | sanitizer_platform.h | 446 #ifndef __has_feature 450 # if __has_feature(tls)
|
H A D | sanitizer_ptrauth.h | 12 #if __has_feature(ptrauth_intrinsics)
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/ |
H A D | assert.h | 39 #ifndef __has_feature 40 #define __has_feature(x) 0 macro 44 #if __has_feature(attribute_analyzer_noreturn) || defined(__COVERITY__)
|
/freebsd/sys/contrib/edk2/Include/ |
H A D | Base.h | 63 #elif defined (__has_feature) 143 #ifdef __has_feature 144 #if __has_feature (attribute_analyzer_noreturn)
|