Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Datomic_signal_fence.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
H A Datomic_thread_fence.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
H A Datomic_flag_test_and_set.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
H A Datomic_flag_clear.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
H A Datomic_flag_clear_explicit.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
H A Datomic_flag_test_and_set_explicit.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cc27 #if defined(__has_include) && __has_include(<xpc/xpc.h>)
243 #if defined(__has_include) && __has_include(<xpc/xpc.h>)
/freebsd-12.1/sys/sys/
H A Dcdefs.h53 #ifndef __has_include
54 #define __has_include(x) 0 macro
/freebsd-12.1/tests/sys/opencrypto/
H A Dcryptodevh.py23 def __has_include(x): return 0 function
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp25 #if defined(__has_include)
26 #if __has_include(<sanitizer / lsan_interface.h>)
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc40 #if defined(__has_include) && __has_include(<os/trace.h>)
/freebsd-12.1/contrib/libunwind/include/
H A Dlibunwind.h24 #if __has_include(<Availability.h>)
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h402 # if defined(__has_include) && !__has_include(<tuple>)
/freebsd-12.1/contrib/libc++/include/
H A D__config164 #ifndef __has_include
165 #define __has_include(...) 0
1167 (defined(__MINGW32__) && __has_include(<pthread.h>))
/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp35 #elif defined(__APPLE__) || __has_include(<copyfile.h>)