Searched refs:__has_attribute (Results 1 - 25 of 92) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dattributes.h27 #ifdef __has_attribute
28 # if !__has_attribute (noclone)
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A DAvailabilityInternal.h13 #if defined(__has_attribute)
14 #if __has_attribute(availability)
22 #if defined(__has_attribute)
23 #if __has_attribute(availability)
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A DAvailabilityInternal.h13 #if defined(__has_attribute)
14 #if __has_attribute(availability)
22 #if defined(__has_attribute)
23 #if __has_attribute(availability)
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/os/
H A Dbase.h13 #define __has_attribute(x) 0 macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/os/
H A Dbase.h13 #define __has_attribute(x) 0 macro
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dfallthrough.h12 #if __has_attribute(fallthrough)
/netbsd-current/external/bsd/tcpdump/dist/
H A Dvarattrs.h45 #if __has_attribute(unused) \
H A Dfuncattrs.h51 #if __has_attribute(noreturn) \
95 #if __has_attribute(warn_unused_result) \
109 #if __has_attribute(__format__) \
H A Dcompiler-tests.h45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
H A Dnetdissect-stdinc.h364 * it also implement __has_attribute() (for example, GCC 5.0 and later
365 * have __has_attribute(), and the "fallthrough" attribute was introduced
376 #if __has_attribute(fallthrough) && !defined(__clang__)
380 #endif /* __has_attribute(fallthrough) */
/netbsd-current/external/bsd/libpcap/dist/
H A Dvarattrs.h45 #if __has_attribute(unused) \
/netbsd-current/lib/csu/common/
H A Dcsu-common.h31 #if __has_attribute(__common__)
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacgcc.h95 /* 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-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DDemangleConfig.h26 #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-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h37 #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)) && \
200 // __has_attribute(const), so assume it is supported.
208 #if __has_attribute(pure) || defined(__GNUC__)
225 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
237 #if __has_attribute(always_inlin
[all...]
/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dcompiler-tests.h45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
H A Dfuncattrs.h243 #if __has_attribute(noreturn) \
274 #if __has_attribute(__format__) \
296 #if __has_attribute(deprecated) \
300 * Compiler that supports __has_attribute and __attribute__((deprecated)),
304 * incorrectly, that anything that supports __has_attribute() is
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDefs.h85 #ifndef __has_attribute
86 # define __has_attribute(x) 0 macro
94 # if __has_attribute(target)
105 # if __has_attribute(no_sanitize)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_minimal.h91 #if !defined(__has_attribute)
92 #define __has_attribute(x) 0 macro
93 #endif /* if !defined(__has_attribute) */
95 #if __GNUC__ >= 7 || __has_attribute(fallthrough)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h223 #ifdef __has_attribute
224 # if __has_attribute (__symver__)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1583 * defined(__clang__) && __has_attribute(__whatever__)'' with error message
1586 #ifndef __has_attribute
1587 #define __has_attribute(x) 0 macro
1588 #endif /* __has_attribute */
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-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h125 // Older GCCs do not understand __has_attribute.
126 #if !defined(__has_attribute)
127 # define __has_attribute(x) 0 macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h128 // Older GCCs do not understand __has_attribute.
129 #if !defined(__has_attribute)
130 # define __has_attribute(x) 0 macro

Completed in 193 milliseconds

1234