Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.compat.cppm.in49 #if __has_include(<debugging>)
52 #if __has_include(<flat_map>)
55 #if __has_include(<flat_set>)
58 #if __has_include(<generator>)
64 #if __has_include(<linalg>)
66 #endif // __has_include(<linalg>)
67 #if __has_include(<rcu>)
69 #endif // __has_include(<rcu>)
70 #if __has_include(<spanstream>)
73 #if __has_include(<stacktrace>)
[all …]
H A Dstd.cppm.in171 #if __has_include(<debugging>)
174 #if __has_include(<flat_map>)
177 #if __has_include(<flat_set>)
180 #if __has_include(<generator>)
186 #if __has_include(<linalg>)
188 #endif // __has_include(<linalg>)
189 #if __has_include(<rcu>)
191 #endif // __has_include(<rcu>)
192 #if __has_include(<spanstream>)
195 #if __has_include(<stacktrace>)
[all …]
/freebsd/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_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.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_flag_clear_explicit.c13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
17 #if __has_include(<stdatomic.h>)
/freebsd/lib/clang/include/llvm/Config/
H A Dconfig.h135 #if __has_include(<link.h>)
142 #if __has_include(<mach/mach.h>)
160 #if __has_include(<malloc/malloc.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Daarch64.c21 #if __has_include(<sys/ifunc.h>)
48 #elif __has_include(<sys/auxv.h>)
144 #elif __has_include(<sys/auxv.h>)
/freebsd/contrib/tzcode/
H A Dprivate.h89 #if !defined HAVE_GETTEXT && defined __has_include
90 # if __has_include(<libintl.h>)
126 #if !defined HAVE_SYS_STAT_H && defined __has_include
127 # if !__has_include(<sys/stat.h>)
135 #if !defined HAVE_UNISTD_H && defined __has_include
136 # if !__has_include(<unistd.h>)
283 #if !defined HAVE_STDINT_H && defined __has_include
436 #if !defined HAVE_STDCKDINT_H && defined __has_include
437 # if __has_include(<stdckdint.h>)
/freebsd/contrib/llvm-project/libcxx/include/
H A D__mbstate_t.h42 #elif __has_include(<bits/types/mbstate_t.h>)
44 #elif __has_include(<sys/_types/_mbstate_t.h>)
H A Dcassert23 #if __has_include(<assert.h>)
26 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s <…
H A Dcsetjmp37 #if __has_include(<setjmp.h>)
40 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <…
H A Dcstdarg38 #if __has_include(<stdarg.h>)
41 # error "If libc++ starts defining <stdarg.h>, the __has_include check should move to libc++'s <…
H A Dcsignal46 #if __has_include(<signal.h>)
49 # error "If libc++ starts defining <signal.h>, the __has_include check should move to libc++'s <…
H A Dctime52 #if __has_include(<time.h>)
55 # error "If libc++ starts defining <time.h>, the __has_include check should move to libc++'s <ti…
/freebsd/contrib/llvm-project/libcxx/src/
H A Dprint.cpp23 #elif __has_include(<unistd.h>)
59 #elif __has_include(<unistd.h>) // !_LIBCPP_WIN32API
H A Dverbose_abort.cpp25 #if defined(__APPLE__) && __has_include(<CrashReporterClient.h>)
48 #if defined(__APPLE__) && __has_include(<CrashReporterClient.h>) in __libcpp_verbose_abort()
H A Dchrono.cpp26 #if __has_include(<unistd.h>)
30 #if __has_include(<sys/time.h>)
51 #if __has_include(<mach/mach_time.h>)
H A Drandom.cpp29 # if __has_include(<sys/ioctl.h>) && __has_include(<linux/random.h>)
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp24 #if __has_include(<unistd.h>)
28 #if __has_include(<sys/time.h>)
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ia32/
H A Dasm_linkage.h35 #if defined(__ELF__) && defined(__CET__) && defined(__has_include)
37 #if __has_include(<cet.h>)
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ia32/
H A Dasm_linkage.h35 #if defined(__ELF__) && defined(__CET__) && defined(__has_include)
37 #if __has_include(<cet.h>)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h50 #if __has_include("hip/hip_version.h")
114 #if __has_include("hip/hip_version.h")

123