Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HDimmintrin.h13 #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 …]
HDstddef.h18 #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 …]
HDx86intrin.h17 #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__)
HDbmiintrin.h114 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCompiler.h29 #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/
HDbit.h27 #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/
HDTableGen.cpp266 #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/
HDexplicit_bzero.c42 #if defined(__has_feature) in explicit_bzero()
43 # if __has_feature(memory_sanitizer) in explicit_bzero()
/freebsd-11-stable/contrib/libcxxrt/
HDatomic.h5 #ifndef __has_feature
6 #define __has_feature(x) 0 macro
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDconfig.h22 #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/
HDLLDBTableGen.cpp76 #ifdef __has_feature
77 #if __has_feature(address_sanitizer)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDefs.h162 #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/
HDDemangleConfig.h18 #ifndef __has_feature
19 #define __has_feature(x) 0 macro
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HD__config149 #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 …]
HDtype_traits853 #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/
HDcommon_interface_defs.h19 #if !defined(__has_feature)
20 #define __has_feature(x) 0 macro
HDasan_interface.h51 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
/freebsd-11-stable/sys/sys/
HDcdefs.h46 #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/
HDBase.h122 #elif defined (__has_feature)
202 #ifdef __has_feature
203 #if __has_feature (attribute_analyzer_noreturn)
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDTableGen.cpp385 #ifdef __has_feature
386 #if __has_feature(address_sanitizer)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDThreadLauncher.cpp40 #if __has_feature(address_sanitizer) in LaunchThread()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_internal.h23 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFeatures.def9 // 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/
HDsanitizer_internal_defs.h120 #if !defined(__has_feature)
121 # define __has_feature(x) 0 macro
/freebsd-11-stable/tests/sys/opencrypto/
HDcryptodevh.py21 def __has_feature(x): return 0 function

12