Searched refs:__has_include (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
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_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.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 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>)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp28 #if defined(__has_include) && __has_include(<os/lock.h>)
32 #if defined(__has_include) && __has_include(<xpc/xpc.h>)
34 #endif // #if defined(__has_include) && __has_include(<xpc/xpc.h>)
253 #if defined(__has_include) && __has_include(<os/lock.h>)
294 #endif // #if defined(__has_include) && __has_include(<o
[all...]
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py23 def __has_include(x): return 0 function
/freebsd-11-stable/sys/sys/
H A Dcdefs.h51 #ifndef __has_include
52 #define __has_include(x) 0 macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp40 #if defined(__has_include) && __has_include(<os/trace.h>)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp23 #if defined(__has_include)
24 #if __has_include(<sanitizer / lsan_interface.h>)
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h23 #if __has_include(<Availability.h>)
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp34 #elif defined(__APPLE__) || __has_include(<copyfile.h>)

Completed in 135 milliseconds