| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 34 #ifndef __has_attribute 35 # define __has_attribute(x) 0 macro 120 #elif __has_attribute(visibility) 148 #if __has_attribute(used) 200 #if __has_attribute(unused) 230 #if __has_attribute(minsize) 246 #if __has_attribute(noinline) 256 #if __has_attribute(always_inline) 267 #if __has_attribute(nodebug) 296 #elif __has_attribute(fallthrough) [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | cpu_model.h | 20 #ifndef __has_attribute 21 #define __has_attribute(attr) 0 macro 24 #if __has_attribute(constructor)
|
| /freebsd-14.2/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-14.2/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-14.2/sys/contrib/dev/acpica/include/platform/ |
| H A D | acgcc.h | 203 #ifndef __has_attribute 204 #define __has_attribute(x) 0 macro 212 #if __has_attribute(__fallthrough__)
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | portability_macros.h | 25 #ifndef __has_attribute 26 #define __has_attribute(x) 0 macro 79 #if ((defined(__clang__) && __has_attribute(__target__)) \
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | funcattrs.h | 51 #if __has_attribute(noreturn) \ 96 #if __has_attribute(warn_unused_result) \ 110 #if __has_attribute(__format__) \
|
| H A D | compiler-tests.h | 45 #ifndef __has_attribute 53 #define __has_attribute(x) 0 macro
|
| H A D | varattrs.h | 45 #if __has_attribute(unused) \
|
| H A D | netdissect-stdinc.h | 376 #if __has_attribute(fallthrough) && !defined(__clang__)
|
| /freebsd-14.2/contrib/libpcap/pcap/ |
| H A D | funcattrs.h | 262 #if __has_attribute(noreturn) \ 294 #if __has_attribute(__format__) \ 316 #if __has_attribute(deprecated) \
|
| H A D | compiler-tests.h | 45 #ifndef __has_attribute 53 #define __has_attribute(x) 0 macro
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | compiler.h | 83 #ifndef __has_attribute 84 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro 96 #if ((defined(__clang__) && __has_attribute(__target__)) \
|
| /freebsd-14.2/sys/sys/ |
| H A D | cdefs.h | 47 #ifndef __has_attribute 48 #define __has_attribute(x) 0 macro 222 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__) 229 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 806 #if __has_attribute(__argument_with_type_tag__) && \ 807 __has_attribute(__type_tag_for_datatype__) 907 #if __has_attribute(no_stack_protector)
|
| /freebsd-14.2/contrib/expat/tests/ |
| H A D | minicheck.h | 132 # if defined(__has_attribute) 133 # if __has_attribute(noreturn)
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | compiler.h | 70 #if __has_attribute(__nonstring__) 75 #if __has_attribute(__counted_by__)
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | varattrs.h | 45 #if __has_attribute(unused) \
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | fallthrough.h | 12 #if __has_attribute(fallthrough)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 435 # ifndef __has_attribute 436 # define __has_attribute(__x) 0 897 # if __has_attribute(__enable_if__) 976 # if __has_attribute(__deprecated__) 1247 # elif __has_attribute(__noinline__) 1441 # if __has_attribute(__malloc__) 1476 # if __has_attribute(__no_destroy__) 1503 # if __has_attribute(__nodebug__) 1521 # if __has_attribute(__no_sanitize__) 1533 # if __has_attribute(__format__) [all …]
|
| /freebsd-14.2/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-14.2/contrib/xz/src/liblzma/common/ |
| H A D | common.h | 50 #ifdef __has_attribute 51 # define lzma_has_attribute(attr) __has_attribute(attr)
|
| /freebsd-14.2/contrib/bc/include/ |
| H A D | status.h | 210 #if __has_attribute(noreturn) 235 #if defined(__has_attribute) 237 #if __has_attribute(fallthrough)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 128 #if !defined(__has_attribute) 129 # define __has_attribute(x) 0 macro 274 #if __has_attribute(uninitialized)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dispatch_defs.h | 53 #if __has_attribute(noescape)
|