/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | immintrin.h | 15 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 20 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 25 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 30 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 35 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 40 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 45 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 50 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 55 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 60 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ [all …]
|
H A D | 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 …]
|
H A D | x86intrin.h | 17 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 22 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 27 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 32 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 37 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 42 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 47 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 52 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 57 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
|
H A D | x86gprintrin.h | 13 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 18 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | bit.h | 28 #if (__has_feature(is_trivially_constructible) && defined(_LIBCPP_VERSION)) || \ 32 #elif __has_feature(is_trivially_constructible) 38 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 43 #elif __has_feature(is_trivially_copyable)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | 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) \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | 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) \
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | 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)
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Index_Internal.h | 18 #ifndef __has_feature 19 #define __has_feature(x) 0 macro 22 #if __has_feature(blocks)
|
/netbsd-src/sys/sys/ |
H A D | cdefs.h | 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__)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | 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__)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | 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)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/allocator/ |
H A D | new_allocator_base.h | 57 # elif defined __has_feature 58 # if __has_feature(address_sanitizer)
|
H A D | malloc_allocator_base.h | 58 # elif defined __has_feature 59 # if __has_feature(address_sanitizer)
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/allocator/ |
H A D | malloc_allocator_base.h | 58 # elif defined __has_feature 59 # if __has_feature(address_sanitizer)
|
H A D | new_allocator_base.h | 58 # elif defined __has_feature 59 # if __has_feature(address_sanitizer)
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | util.h | 45 #if !defined(__has_feature) 46 #define __has_feature(x) 0 macro 232 #if __has_feature(address_sanitizer) 236 #if __has_feature(thread_sanitizer) 248 #elif __has_feature(c_static_assert)
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | util.h | 38 #if !defined(__has_feature) 39 #define __has_feature(x) 0 40 #endif /* if !defined(__has_feature) */ 259 #if __has_feature(address_sanitizer) 261 #endif /* if __has_feature(address_sanitizer) */ 269 #if __has_feature(thread_sanitizer) 271 #endif /* if __has_feature(thread_sanitizer) */ 282 #elif __has_feature(c_static_assert) 45 #define __has_feature( global() macro
|
/netbsd-src/external/bsd/pam-u2f/dist/ |
H A D | explicit_bzero.c | 42 #if defined(__has_feature) in explicit_bzero() 43 #if __has_feature(memory_sanitizer) in explicit_bzero()
|
/netbsd-src/external/bsd/libfido2/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | memleaktest.c | 17 #if defined(__has_feature) 18 # if __has_feature(address_sanitizer)
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | atomic.h | 5 #ifndef __has_feature 6 #define __has_feature(x) 0 macro
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ThreadSanitizer.rst | 77 ``__has_feature(thread_sanitizer)`` 82 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for 87 #if defined(__has_feature) 88 # if __has_feature(thread_sanitizer) 101 to use it together with ``__has_feature(thread_sanitizer)``.
|
H A D | LanguageExtensions.rst | 69 .. _langext-__has_feature-__has_extension: 71 ``__has_feature`` and ``__has_extension`` 75 of a feature. ``__has_feature`` evaluates to 1 if the feature is both 84 #ifndef __has_feature // Optional of course. 85 #define __has_feature(x) 0 // Compatibility with non-clang compilers. 88 #define __has_extension __has_feature // Compatibility with pre-3.0 compilers. 92 #if __has_feature(cxx_rvalue_references) 105 For backward compatibility, ``__has_feature`` can also be used to test 109 Another use of ``__has_feature`` is to check for compiler features not related 114 to ``__has_feature``. [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerDefs.h | 118 #if defined(__has_feature) 119 # if __has_feature(address_sanitizer) 121 # elif __has_feature(memory_sanitizer)
|