| /freebsd/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) 207 #if __has_attribute(weak) && !defined(__MINGW32__) && !defined(__CYGWIN__) && \ 223 #if __has_attribute(pure) || defined(__GNUC__) 230 #if __has_attribute(minsize) 246 #if __has_attribute(noinline) 256 #if __has_attribute(always_inline) [all …]
|
| /freebsd/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__) 233 #if __has_attribute(__nonstring__)
|
| /freebsd/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/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/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/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/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/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/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | compiler.h | 84 #ifndef __has_attribute 85 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro 97 #if ((defined(__clang__) && __has_attribute(__target__)) \
|
| /freebsd/sys/sys/ |
| H A D | cdefs.h | 48 #ifndef __has_attribute 49 #define __has_attribute(x) 0 macro 398 #if __has_attribute(__nonstring__) 528 #if __has_attribute(__argument_with_type_tag__) && \ 529 __has_attribute(__type_tag_for_datatype__) 629 #if __has_attribute(no_stack_protector)
|
| /freebsd/contrib/expat/tests/ |
| H A D | minicheck.h | 132 # if defined(__has_attribute) 133 # if __has_attribute(noreturn)
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 456 # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && !__has_attribute(__type_visibility__) 462 # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && __has_attribute(__type_visibility__) && \ 471 # if __has_attribute(exclude_from_explicit_instantiation) 633 # if __has_attribute(__enable_if__) 712 # if __has_attribute(__deprecated__) 937 # if defined(__FreeBSD__) && defined(__clang__) && __has_attribute(__no_thread_safety_analysis__) 944 # if defined(__clang__) && __has_attribute(acquire_capability) 963 # elif __has_attribute(__require_constant_initialization__) 980 # elif __has_attribute(__noinline__) 1134 # if __has_attribute(__no_sanitize_ [all...] |
| /freebsd/contrib/libpcap/ |
| H A D | varattrs.h | 45 #if __has_attribute(unused) \
|
| /freebsd/contrib/libfido2/src/ |
| H A D | fallthrough.h | 12 #if __has_attribute(fallthrough)
|
| /freebsd/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/contrib/bc/include/ |
| H A D | status.h | 210 #if __has_attribute(noreturn) 235 #if defined(__has_attribute) 237 #if __has_attribute(fallthrough)
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | compiler_attributes.h | 34 #if __has_attribute(__nonstring__)
|
| H A D | compiler.h | 48 #if __has_attribute(__counted_by__)
|
| /freebsd/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 104 #if __has_attribute(__nonstring__) 267 #if __has_attribute(no_sanitize) && defined(__clang__)
|
| /freebsd/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 278 #if __has_attribute(uninitialized)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dispatch_defs.h | 53 #if __has_attribute(noescape)
|