/netbsd-src/external/apache2/llvm/dist/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) 192 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 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) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
H A D | AvailabilityInternal.h | 13 #if defined(__has_attribute) 14 #if __has_attribute(availability) 22 #if defined(__has_attribute) 23 #if __has_attribute(availability)
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | AvailabilityInternal.h | 13 #if defined(__has_attribute) 14 #if __has_attribute(availability) 22 #if defined(__has_attribute) 23 #if __has_attribute(availability)
|
/netbsd-src/external/apache2/llvm/dist/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)
|
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
H A D | acgcc.h | 95 /* GCC did not support __has_attribute until 5.1. */ 97 #ifndef __has_attribute 98 #define __has_attribute(x) 0 macro 106 #if __has_attribute(__fallthrough__)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerDefs.h | 85 #ifndef __has_attribute 86 # define __has_attribute(x) 0 macro 94 # if __has_attribute(target) 105 # if __has_attribute(no_sanitize)
|
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/include/ |
H A D | dlz_minimal.h |
|
/netbsd-src/external/bsd/libpcap/dist/pcap/ |
H A D | compiler-tests.h | 45 #ifndef __has_attribute 53 #define __has_attribute(x) 0 macro
|
/netbsd-src/external/bsd/tcpdump/dist/ |
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) \
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __config | 147 #ifndef __has_attribute 148 #define __has_attribute(__x) 0 345 #if __has_attribute(__no_sanitize__) && !defined(_LIBCPP_COMPILER_GCC) 492 #if !defined(_LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK) && __has_attribute(no_sanitize) 683 # if __has_attribute(__type_visibility__) 722 # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && __has_attribute(__type_visibility__) 741 #if __has_attribute(internal_linkage) 747 #if __has_attribute(exclude_from_explicit_instantiation) 805 # if __has_attribute(__enable_if__) 984 # if __has_attribute(deprecated) [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | collector.h | 37 #ifdef __has_attribute 38 #if __has_attribute (__symver__)
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_defs.h | 1586 #ifndef __has_attribute 1587 #define __has_attribute(x) 0 macro 1602 #elif defined(__clang__) && __has_attribute(__noreturn__) 1619 #elif defined(__clang__) && __has_attribute(__format__) 1629 #elif defined(__clang__) && __has_attribute(__format__) 1644 #elif defined(__clang__) && __has_attribute(__format__) 1681 #elif defined(__clang__) && __has_attribute(warn_unused_result)
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/os/ |
H A D | base.h | 13 #define __has_attribute(x) 0 macro
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/os/ |
H A D | base.h | 13 #define __has_attribute(x) 0 macro
|
/netbsd-src/external/bsd/libpcap/dist/ |
H A D | varattrs.h | 45 #if __has_attribute(unused) \
|
/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | fallthrough.h | 12 #if __has_attribute(fallthrough)
|
/netbsd-src/lib/csu/common/ |
H A D | csu-common.h | 31 #if __has_attribute(__common__)
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collector_module.h | 223 #ifdef __has_attribute 224 # if __has_attribute (__symver__)
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_dispatch_defs.h | 53 #if __has_attribute(noescape)
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_dispatch_defs.h | 53 #if __has_attribute(noescape)
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | util.h | 37 #if !defined(__has_attribute) 38 #define __has_attribute(x) 0 macro
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | util.h | 37 #define __has_attribute( global() macro
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | util-internal.h | 56 #ifdef __has_attribute 57 # define EVUTIL_HAS_ATTRIBUTE __has_attribute
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 126 #if !defined(__has_attribute) 127 # define __has_attribute(x) 0 macro
|