| /freebsd/contrib/llvm-project/libcxx/modules/ |
| H A D | std.compat.cppm.in | 45 // 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 D | std.cppm.in | 129 // 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 D | atomic_signal_fence.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_thread_fence.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_clear.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_test_and_set.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_clear_explicit.c | 13 #ifndef __has_include 14 #define __has_include(inc) 0 macro 17 #if __has_include(<stdatomic.h>)
|
| H A D | atomic_flag_test_and_set_explicit.c | 13 #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 D | aarch64.c | 22 #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 D | private.h | 132 #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.h | 42 #elif __has_include(<bits/types/mbstate_t.h>) 44 #elif __has_include(<sys/_types/_mbstate_t.h>)
|
| H A D | cassert | 25 # if __has_include(<assert.h>) 28 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s…
|
| H A D | csetjmp | 39 # if __has_include(<setjmp.h>) 42 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s…
|
| H A D | cstdarg | 40 # 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.h | 42 #elif __has_include(<bits/types/mbstate_t.h>) 44 #elif __has_include(<sys/_types/_mbstate_t.h>)
|
| H A D | cassert | 22 #if __has_include(<assert.h>) 25 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s <…
|
| H A D | csetjmp | 36 #if __has_include(<setjmp.h>) 39 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <…
|
| H A D | cstdarg | 37 #if __has_include(<stdarg.h>) 40 # error "If libc++ starts defining <stdarg.h>, the __has_include check should move to libc++'s <…
|
| H A D | csignal | 45 #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 D | platform.h | 35 # if __has_include(<features.h>) 48 #if __has_include(<picolibc.h>)
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | print.cpp | 23 #elif __has_include(<unistd.h>) 59 #elif __has_include(<unistd.h>) // !_LIBCPP_WIN32API
|
| H A D | verbose_abort.cpp | 20 #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 D | config.h | 127 #if __has_include(<mach/mach.h>) 145 #if __has_include(<malloc/malloc.h>)
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | portability_macros.h | 161 && defined(__has_include) 162 # if __has_include(<cet.h>)
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | portability_macros.h | 160 && defined(__has_include) 161 # if __has_include(<cet.h>)
|