Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/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)) && \
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 DAvailabilityInternal.h13 #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 DAvailabilityInternal.h13 #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 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-src/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-src/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-src/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_minimal.h
/netbsd-src/external/bsd/libpcap/dist/pcap/
H A Dcompiler-tests.h45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
/netbsd-src/external/bsd/tcpdump/dist/
H A Dcompiler-tests.h45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
H A Dvarattrs.h45 #if __has_attribute(unused) \
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__config147 #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 Dcollector.h37 #ifdef __has_attribute
38 #if __has_attribute (__symver__)
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1586 #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 Dbase.h13 #define __has_attribute(x) 0 macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/os/
H A Dbase.h13 #define __has_attribute(x) 0 macro
/netbsd-src/external/bsd/libpcap/dist/
H A Dvarattrs.h45 #if __has_attribute(unused) \
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dfallthrough.h12 #if __has_attribute(fallthrough)
/netbsd-src/lib/csu/common/
H A Dcsu-common.h31 #if __has_attribute(__common__)
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h223 #ifdef __has_attribute
224 # if __has_attribute (__symver__)
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h37 #if !defined(__has_attribute)
38 #define __has_attribute(x) 0 macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dutil.h37 #define __has_attribute( global() macro
/netbsd-src/external/bsd/libevent/dist/
H A Dutil-internal.h56 #ifdef __has_attribute
57 # define EVUTIL_HAS_ATTRIBUTE __has_attribute
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h126 #if !defined(__has_attribute)
127 # define __has_attribute(x) 0 macro

1234