Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.compat.cppm.in45 // corresponding .inc file is forgotten. However, the check based on __has_include
47 // and that means the MSVC STL headers can be found as well, tricking __has_include
51 # if __has_include(<debugging>)
53 # endif // __has_include(<debugging>)
54 # if __has_include(<generator>)
56 # endif // __has_include(<generator>)
57 # if __has_include(<hazard_pointer>)
59 # endif // __has_include(<hazard_pointer>)
60 # if __has_include(<inplace_vector>)
62 # endif // __has_include(<inplace_vector>)
[all …]
H A Dstd.cppm.in129 // corresponding .inc file is forgotten. However, the check based on __has_include
131 // and that means the MSVC STL headers can be found as well, tricking __has_include
135 # if __has_include(<debugging>)
137 # endif // __has_include(<debugging>)
138 # if __has_include(<generator>)
140 # endif // __has_include(<generator>)
141 # if __has_include(<hazard_pointer>)
143 # endif // __has_include(<hazard_pointer>)
144 # if __has_include(<inplace_vector>)
146 # endif // __has_include(<inplace_vector>)
[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_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>)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Daarch64.c22 #if __has_include(<sys/ifunc.h>)
49 #elif defined(__linux__) && __has_include(<sys/auxv.h>)
79 #elif defined(__linux__) && __has_include(<sys/auxv.h>)
/freebsd/contrib/tzcode/
H A Dprivate.h132 #if !defined HAVE_GETTEXT && defined __has_include
133 # if __has_include(<libintl.h>)
169 #if !defined HAVE_SYS_STAT_H && defined __has_include
170 # if !__has_include(<sys/stat.h>)
178 #if !defined HAVE_UNISTD_H && defined __has_include
179 # if !__has_include(<unistd.h>)
367 # if !defined HAVE_STDINT_H && defined __has_include
518 #if !defined HAVE_STDCKDINT_H && defined __has_include
519 # 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 Dcassert25 # if __has_include(<assert.h>)
28 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s…
H A Dcsetjmp39 # if __has_include(<setjmp.h>)
42 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s…
H A Dcstdarg40 # if __has_include(<stdarg.h>)
43 # error "If libc++ starts defining <stdarg.h>, the __has_include check should move to libc++'s…
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
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 Dcassert22 #if __has_include(<assert.h>)
25 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s <…
H A Dcsetjmp36 #if __has_include(<setjmp.h>)
39 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <…
H A Dcstdarg37 #if __has_include(<stdarg.h>)
40 # error "If libc++ starts defining <stdarg.h>, the __has_include check should move to libc++'s <…
H A Dcsignal45 #if __has_include(<signal.h>)
48 # error "If libc++ starts defining <signal.h>, the __has_include check should move to libc++'s <…
/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Dplatform.h35 # if __has_include(<features.h>)
48 #if __has_include(<picolibc.h>)
/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.cpp20 #if defined(__APPLE__) && __has_include(<CrashReporterClient.h>)
43 #if defined(__APPLE__) && __has_include(<CrashReporterClient.h>) in __libcpp_verbose_abort()
/freebsd/lib/clang/include/llvm/Config/
H A Dconfig.h127 #if __has_include(<mach/mach.h>)
145 #if __has_include(<malloc/malloc.h>)
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dportability_macros.h161 && defined(__has_include)
162 # if __has_include(<cet.h>)
/freebsd/sys/contrib/zstd/lib/common/
H A Dportability_macros.h160 && defined(__has_include)
161 # if __has_include(<cet.h>)

12345