| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 37 #ifndef __has_attribute 38 # define __has_attribute(x) 0 macro 126 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \ 141 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0) 185 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0) 208 #if __has_attribute(pure) || defined(__GNUC__) 225 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 237 #if __has_attribute(always_inline) || LLVM_GNUC_PREREQ(4, 0, 0) 253 #if __has_attribute(returns_nonnull) || LLVM_GNUC_PREREQ(4, 9, 0) 276 #elif __has_attribute(fallthrough) [all …]
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | funcattrs.h | 50 #ifndef __has_attribute 58 #define __has_attribute(x) 0 macro 67 #if __has_attribute(noreturn) \ 94 #if __has_attribute(__format__) \
|
| H A D | extract.h | 59 #elif __has_attribute(no_sanitize)
|
| /freebsd-13.1/contrib/processor-trace/include/ |
| H A D | pt_compiler.h | 34 #if !defined(__has_attribute) 35 # define __has_attribute(attr) 0 macro 39 # if (__has_attribute(fallthrough))
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | DemangleConfig.h | 26 #ifndef __has_attribute 27 #define __has_attribute(x) 0 macro 47 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0) 61 #if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerPlatform.h | 82 #ifndef __has_attribute 83 #define __has_attribute(x) 0 macro 91 #if __has_attribute(target) 101 #if __has_attribute(no_sanitize)
|
| /freebsd-13.1/contrib/libpcap/pcap/ |
| H A D | funcattrs.h | 161 #if __has_attribute(noreturn) \ 192 #if __has_attribute(__format__) \ 216 #if __has_attribute(deprecated) \
|
| H A D | compiler-tests.h | 45 #ifndef __has_attribute 53 #define __has_attribute(x) 0 macro
|
| /freebsd-13.1/sys/contrib/zstd/lib/common/ |
| H A D | compiler.h | 94 #ifndef __has_attribute 95 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro 107 #if ((defined(__clang__) && __has_attribute(__target__)) \
|
| /freebsd-13.1/sys/sys/ |
| H A D | cdefs.h | 48 #ifndef __has_attribute 49 #define __has_attribute(x) 0 macro 223 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__) 230 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 808 #if __has_attribute(__argument_with_type_tag__) && \ 809 __has_attribute(__type_tag_for_datatype__) 877 #if __has_attribute(no_sanitize) && defined(__clang__)
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_types.h | 76 # if defined(__has_attribute) 77 # if __has_attribute(__warning__) 100 # if defined(__has_attribute) 101 # if __has_attribute(__sentinel__)
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 153 #ifndef __has_attribute 154 #define __has_attribute(__x) 0 362 #if __has_attribute(using_if_exists) 512 #if __has_attribute(no_sanitize) 761 #if __has_attribute(internal_linkage) 824 #if __has_attribute(__enable_if__) 888 #if __has_attribute(using_if_exists) 992 # if __has_attribute(deprecated) 1110 #if __has_attribute(no_destroy) 1331 #if __has_attribute(__nodebug__) [all …]
|
| H A D | ctime | 62 #if defined(__APPLE__) && !__has_attribute(using_if_exists)
|
| H A D | __threading_support | 54 #if defined(__FreeBSD__) && defined(__clang__) && __has_attribute(no_thread_safety_analysis)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | internal_defs.h | 70 #if defined(__has_attribute) 71 #if __has_attribute(require_constant_initialization)
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | varattrs.h | 45 #if __has_attribute(unused) \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dispatch_defs.h | 53 #if __has_attribute(noescape)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | cpu_model.c | 18 #elif __has_attribute(__constructor__) 40 #ifndef __has_attribute 41 #define __has_attribute(attr) 0 macro
|
| /freebsd-13.1/contrib/bc/include/ |
| H A D | status.h | 141 #if defined(__has_attribute) 143 #if __has_attribute(fallthrough)
|
| /freebsd-13.1/lib/libc/secure/ |
| H A D | stack_protector.c | 53 #if __has_attribute(__constructor__) || __GNUC_PREREQ__(4, 3)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 124 #if !defined(__has_attribute) 125 # define __has_attribute(x) 0 macro
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_os.h | 47 #ifndef __has_attribute 48 #define __has_attribute(x) 0 macro 339 #elif __has_attribute(fallthrough) || __GNUC__ >= 7
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 269 #if __has_attribute(__indirect_return__) && \ in INTERCEPTOR()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 899 #if defined(__clang__) && __has_attribute(enable_if) in StringLiteral()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 893 # if __has_attribute(unused)
|