| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | immintrin.h | 13 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__MMX__) 17 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE__) 21 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE2__) 25 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE3__) 29 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSSE3__) 33 #if !defined(_MSC_VER) || __has_feature(modules) || \ 38 #if !defined(_MSC_VER) || __has_feature(modules) || \ 43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__CLFLUSHOPT__) 47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__CLWB__) 51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__AVX__) [all …]
|
| HD | stddef.h | 18 #if !__has_feature(modules) 30 #if !defined(_PTRDIFF_T) || __has_feature(modules) 32 #if !__has_feature(modules) 41 #if !defined(_SIZE_T) || __has_feature(modules) 43 #if !__has_feature(modules) 55 !defined(_RSIZE_T)) || __has_feature(modules) 57 #if !__has_feature(modules) 67 #if !defined(_WCHAR_T) || __has_feature(modules) 68 #if !__has_feature(modules) 112 #if !defined(_WINT_T) || __has_feature(modules) [all …]
|
| HD | x86intrin.h | 17 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__) 21 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__) 25 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__) 29 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__) 33 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__) 37 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__TBM__) 41 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LWP__) 45 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__MWAITX__) 49 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__CLZERO__)
|
| HD | bmiintrin.h | 114 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | Compiler.h | 29 #ifndef __has_feature 30 # define __has_feature(x) 0 macro 99 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 300 #if __has_feature(attribute_deprecated_with_message) 412 #if __has_feature(memory_sanitizer) 425 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 436 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__) 522 #if __has_feature(cxx_thread_local) || defined(_MSC_VER) 537 #if __has_feature(cxx_exceptions)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | bit.h | 27 #if (__has_feature(is_trivially_constructible) && defined(_LIBCPP_VERSION)) || \ 30 #elif __has_feature(is_trivially_constructible) 35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 39 #elif __has_feature(is_trivially_copyable)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | TableGen.cpp | 266 #ifndef __has_feature 267 #define __has_feature(x) 0 macro 270 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) || \ 271 __has_feature(leak_sanitizer)
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | explicit_bzero.c | 42 #if defined(__has_feature) in explicit_bzero() 43 # if __has_feature(memory_sanitizer) in explicit_bzero()
|
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | atomic.h | 5 #ifndef __has_feature 6 #define __has_feature(x) 0 macro
|
| /freebsd-11-stable/contrib/llvm-project/libunwind/src/ |
| HD | config.h | 22 #ifndef __has_feature 23 #define __has_feature(__x) 0 macro 25 #if !(__has_feature(cxx_static_assert)) && !defined(static_assert)
|
| /freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/ |
| HD | LLDBTableGen.cpp | 76 #ifdef __has_feature 77 #if __has_feature(address_sanitizer)
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerDefs.h | 162 #if defined(__has_feature) 163 # if __has_feature(address_sanitizer) 165 # elif __has_feature(memory_sanitizer)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| HD | DemangleConfig.h | 18 #ifndef __has_feature 19 #define __has_feature(x) 0 macro
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | __config | 149 #ifndef __has_feature 150 #define __has_feature(__x) 0 406 #if __has_feature(cxx_alignas) 419 #if !(__has_feature(cxx_exceptions)) && !defined(_LIBCPP_NO_EXCEPTIONS) 423 #if !(__has_feature(cxx_rtti)) && !defined(_LIBCPP_NO_RTTI) 427 #if !(__has_feature(cxx_strong_enums)) 431 #if __has_feature(cxx_attributes) 437 #if !(__has_feature(cxx_lambdas)) 441 #if !(__has_feature(cxx_nullptr)) 449 #if !(__has_feature(cxx_rvalue_references)) [all …]
|
| HD | type_traits | 853 #if __has_feature(is_union) || defined(_LIBCPP_COMPILER_GCC) 874 #if __has_feature(is_class) || defined(_LIBCPP_COMPILER_GCC) 965 #if __has_feature(is_enum) || defined(_LIBCPP_COMPILER_GCC) 1429 #if __has_feature(is_convertible_to) && !defined(_LIBCPP_USE_IS_CONVERTIBLE_FALLBACK) 1434 #else // __has_feature(is_convertible_to) 1501 #endif // __has_feature(is_convertible_to) 1537 #if __has_feature(is_empty) || defined(_LIBCPP_COMPILER_GCC) 1543 #else // __has_feature(is_empty) 1564 #endif // __has_feature(is_empty) 1574 #if __has_feature(is_polymorphic) || defined(_LIBCPP_COMPILER_MSVC) [all …]
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| HD | common_interface_defs.h | 19 #if !defined(__has_feature) 20 #define __has_feature(x) 0 macro
|
| HD | asan_interface.h | 51 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
|
| /freebsd-11-stable/sys/sys/ |
| HD | cdefs.h | 46 #define __has_extension __has_feature 48 #ifndef __has_feature 49 #define __has_feature(x) 0 macro 803 #if !(defined(__clang__) && __has_feature(nullability))
|
| /freebsd-11-stable/sys/contrib/edk2/Include/ |
| HD | Base.h | 122 #elif defined (__has_feature) 202 #ifdef __has_feature 203 #if __has_feature (attribute_analyzer_noreturn)
|
| /freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/ |
| HD | TableGen.cpp | 385 #ifdef __has_feature 386 #if __has_feature(address_sanitizer)
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | ThreadLauncher.cpp | 40 #if __has_feature(address_sanitizer) in LaunchThread()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_internal.h | 23 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Features.def | 9 // This file defines features exposed via __has_feature and extensions exposed 183 // the SD-6 macro and not a __has_feature check. 188 // FIXME: Should this be __has_feature or __has_extension?
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_internal_defs.h | 120 #if !defined(__has_feature) 121 # define __has_feature(x) 0 macro
|
| /freebsd-11-stable/tests/sys/opencrypto/ |
| HD | cryptodevh.py | 21 def __has_feature(x): return 0 function
|