| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | atomic_signal_fence.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_thread_fence.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_clear.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_test_and_set.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_clear_explicit.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_test_and_set_explicit.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | int_lib.h | 85 #if defined(__has_include) && __has_include(<sys/limits.h>)
|
| H A D | cpu_model.c | 776 #if defined(__has_include) 777 #if __has_include(<sys/auxv.h>)
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/amdgpu-arch/ |
| H A D | AMDGPUArch.cpp | 14 #if defined(__has_include) 15 #if __has_include("hsa.h") 18 #elif __has_include("hsa/hsa.h")
|
| /freebsd-13.1/lib/clang/include/llvm/Config/ |
| H A D | config.h | 132 #if __has_include(<link.h>) 144 #if __has_include(<mach/mach.h>) 162 #if __has_include(<malloc/malloc.h>)
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | chrono.cpp | 26 #if __has_include(<unistd.h>) 30 #if __has_include(<sys/time.h>) 47 #if __has_include(<mach/mach_time.h>)
|
| H A D | random.cpp | 33 #if __has_include(<sys/ioctl.h>) && __has_include(<linux/random.h>)
|
| H A D | thread.cpp | 18 #if __has_include(<unistd.h>)
|
| /freebsd-13.1/tools/build/cross-build/include/common/sys/ |
| H A D | types.h | 47 #if __has_include(<sys/sysmacros.h>)
|
| /freebsd-13.1/tools/build/cross-build/include/linux/ |
| H A D | limits.h | 42 #if __has_include(<linux/limits.h>)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_mac.cpp | 29 #if defined(__has_include) && __has_include(<xpc/xpc.h>) 290 #if defined(__has_include) && __has_include(<xpc/xpc.h>)
|
| /freebsd-13.1/tools/build/cross-build/include/linux/sys/ |
| H A D | endian.h | 44 #if __has_include(<endian.h>)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform.h | 24 #if __has_include(<features.h>) && !defined(__ANDROID__)
|
| H A D | sanitizer_mac.cpp | 40 #if defined(__has_include) && __has_include(<os/trace.h>) 48 #if defined(__has_include) && __has_include(<CrashReporterClient.h>)
|
| /freebsd-13.1/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 23 def __has_include(x): return 0 function
|
| /freebsd-13.1/sys/sys/ |
| H A D | cdefs.h | 57 #ifndef __has_include 58 #define __has_include(x) 0 macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 24 #if defined(__has_include) 25 #if __has_include(<sanitizer / lsan_interface.h>)
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 402 # if defined(__has_include) && !__has_include(<tuple>)
|
| /freebsd-13.1/contrib/llvm-project/libunwind/include/ |
| H A D | libunwind.h | 23 #if __has_include(<Availability.h>)
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 185 #ifndef __has_include 186 #define __has_include(...) 0 1151 (defined(__MINGW32__) && __has_include(<pthread.h>))
|