| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| atomic.h | 2 #ifndef __has_builtin 3 #define __has_builtin(x) 0 macro 12 #if __has_builtin(__c11_atomic_exchange) 15 #elif __has_builtin(__sync_swap) 23 #if __has_builtin(__c11_atomic_load)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| DemangleConfig.h | 30 #ifndef __has_builtin 31 #define __has_builtin(x) 0 macro 53 #if __has_builtin(__builtin_unreachable) || DEMANGLE_GNUC_PREREQ(4, 5, 0)
|
| /src/external/bsd/zstd/dist/lib/common/ |
| portability_macros.h | 30 #ifndef __has_builtin 31 # define __has_builtin(x) 0 macro
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| baselocl.h | 72 #ifndef __has_builtin 73 #define __has_builtin(x) 0 macro 76 #if __has_builtin(__sync_swap)
|
| /src/external/gpl3/gcc/dist/libcody/ |
| internal.hh | 7 #ifndef __has_builtin 8 #define __has_builtin(X) 0 macro 15 #if __has_builtin(__builtin_FILE) && __has_builtin(__builtin_LINE)
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_type_traits.h | 101 #ifndef __has_builtin 102 # define __has_builtin(x) 0 macro 105 #if __has_builtin(__is_trivially_destructible) 111 #elif __has_builtin(__has_trivial_destructor) 125 #if __has_builtin(__is_trivially_copyable)
|
| /src/external/gpl3/gcc.old/dist/libcody/ |
| internal.hh | 7 #ifndef __has_builtin 8 #define __has_builtin(X) 0 macro 15 #if __has_builtin(__builtin_FILE) && __has_builtin(__builtin_LINE)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| int_math.h | 24 #ifndef __has_builtin 25 # define __has_builtin(x) 0 macro 49 #if __has_builtin(__builtin_isfinite) 61 #endif /* __has_builtin(__builtin_isfinite) */
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Compiler.h | 41 #ifndef __has_builtin 42 # define __has_builtin(x) 0 macro 215 #if __has_builtin(__builtin_expect) || LLVM_GNUC_PREREQ(4, 0, 0) 325 #if __has_builtin(__builtin_unreachable) || LLVM_GNUC_PREREQ(4, 5, 0) 333 #if __has_builtin(__builtin_trap) || LLVM_GNUC_PREREQ(4, 3, 0) 348 #if __has_builtin(__builtin_debugtrap) 364 #if __has_builtin(__builtin_assume_aligned) || LLVM_GNUC_PREREQ(4, 7, 0)
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/ |
| benchmark.h | 243 #ifndef __has_builtin 244 #define __has_builtin(x) 0 macro 247 #if defined(__GNUC__) || __has_builtin(__builtin_unreachable)
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| zstd_zlibwrapper.c | 55 #ifndef __has_builtin 56 # define __has_builtin(x) 0 macro 64 || (defined(__clang__) && __has_builtin(__builtin_bswap32))
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/ |
| benchmark.h | 244 #ifndef __has_builtin 245 #define __has_builtin(x) 0 macro 248 #if defined(__GNUC__) || __has_builtin(__builtin_unreachable)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_lha.c | 1782 #ifndef __has_builtin 1783 #define __has_builtin(x) 0 macro 1790 #elif defined(__clang__) && __has_builtin(__builtin_bswap16)
|