| /src/external/gpl3/gcc/dist/fixincludes/tests/base/os/ |
| base.h | 13 #define __has_attribute(x) 0 macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/os/ |
| base.h | 13 #define __has_attribute(x) 0 macro
|
| /src/external/bsd/libpcap/dist/pcap/ |
| compiler-tests.h | 45 #ifndef __has_attribute 53 #define __has_attribute(x) 0 macro
|
| /src/external/bsd/tcpdump/dist/ |
| compiler-tests.h | 45 #ifndef __has_attribute 53 #define __has_attribute(x) 0 macro
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| 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)
|
| /src/external/bsd/zstd/dist/lib/common/ |
| portability_macros.h | 25 #ifndef __has_attribute 26 #define __has_attribute(x) 0 macro 94 # if ((defined(__clang__) && __has_attribute(__target__)) \
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| 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__) 125 #if __has_attribute(__nonstring__)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerDefs.h | 85 #ifndef __has_attribute 86 # define __has_attribute(x) 0 macro 94 # if __has_attribute(target) 105 # if __has_attribute(no_sanitize)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| 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)) && \ 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_inline) || LLVM_GNUC_PREREQ(4, 0, 0 [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| general.h | 122 #if !defined(__has_attribute) 123 #define __has_attribute(X) 0 macro 370 #if __has_attribute(enum_extensibility) 413 #if __has_attribute(flag_enum)
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| util.h | 37 #if !defined(__has_attribute) 38 #define __has_attribute(x) 0 macro 39 #endif /* if !defined(__has_attribute) */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_internal_defs.h | 125 // Older GCCs do not understand __has_attribute. 126 #if !defined(__has_attribute) 127 # define __has_attribute(x) 0 macro
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_internal_defs.h | 120 // Older GCCs do not understand __has_attribute. 121 #if !defined(__has_attribute) 122 # define __has_attribute(x) 0 macro 270 #if __has_attribute(uninitialized)
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_internal_defs.h | 123 // Older GCCs do not understand __has_attribute. 124 #if !defined(__has_attribute) 125 # define __has_attribute(x) 0 macro
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sys_defs.h | 1603 * defined(__clang__) && __has_attribute(__whatever__)'' with error message 1606 #ifndef __has_attribute 1607 #define __has_attribute(x) 0 macro 1608 #endif /* __has_attribute */ 1622 #elif defined(__clang__) && __has_attribute(__noreturn__) 1639 #elif defined(__clang__) && __has_attribute(__format__) 1649 #elif defined(__clang__) && __has_attribute(__format__) 1664 #elif defined(__clang__) && __has_attribute(__format__) 1701 #elif defined(__clang__) && __has_attribute(warn_unused_result)
|