Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_signal_fence.c13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
17 #if __has_include(<stdatomic.h>)
H A Datomic_thread_fence.c13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
17 #if __has_include(<stdatomic.h>)
H A Datomic_flag_clear.c13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
17 #if __has_include(<stdatomic.h>)
H A Datomic_flag_test_and_set.c13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
17 #if __has_include(<stdatomic.h>)
H A Datomic_flag_clear_explicit.c13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
17 #if __has_include(<stdatomic.h>)
H A Datomic_flag_test_and_set_explicit.c13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
17 #if __has_include(<stdatomic.h>)
H A Dint_lib.h85 #if defined(__has_include) && __has_include(<sys/limits.h>)
H A Dcpu_model.c776 #if defined(__has_include)
777 #if __has_include(<sys/auxv.h>)
/freebsd-13.1/contrib/llvm-project/clang/tools/amdgpu-arch/
H A DAMDGPUArch.cpp14 #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 Dconfig.h132 #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 Dchrono.cpp26 #if __has_include(<unistd.h>)
30 #if __has_include(<sys/time.h>)
47 #if __has_include(<mach/mach_time.h>)
H A Drandom.cpp33 #if __has_include(<sys/ioctl.h>) && __has_include(<linux/random.h>)
H A Dthread.cpp18 #if __has_include(<unistd.h>)
/freebsd-13.1/tools/build/cross-build/include/common/sys/
H A Dtypes.h47 #if __has_include(<sys/sysmacros.h>)
/freebsd-13.1/tools/build/cross-build/include/linux/
H A Dlimits.h42 #if __has_include(<linux/limits.h>)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp29 #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 Dendian.h44 #if __has_include(<endian.h>)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform.h24 #if __has_include(<features.h>) && !defined(__ANDROID__)
H A Dsanitizer_mac.cpp40 #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 Dcryptodevh.py23 def __has_include(x): return 0 function
/freebsd-13.1/sys/sys/
H A Dcdefs.h57 #ifndef __has_include
58 #define __has_include(x) 0 macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp24 #if defined(__has_include)
25 #if __has_include(<sanitizer / lsan_interface.h>)
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h402 # if defined(__has_include) && !__has_include(<tuple>)
/freebsd-13.1/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h23 #if __has_include(<Availability.h>)
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__config185 #ifndef __has_include
186 #define __has_include(...) 0
1151 (defined(__MINGW32__) && __has_include(<pthread.h>))

12