Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h34 #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)
230 #if __has_attribute(minsize)
246 #if __has_attribute(noinline)
256 #if __has_attribute(always_inline)
267 #if __has_attribute(nodebug)
296 #elif __has_attribute(fallthrough)
[all …]
/freebsd/contrib/processor-trace/include/
H A Dpt_compiler.h34 #if !defined(__has_attribute)
35 # define __has_attribute(attr) 0 macro
39 # if (__has_attribute(fallthrough))
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dcpu_model.h20 #ifndef __has_attribute
21 #define __has_attribute(attr) 0 macro
24 #if __has_attribute(constructor)
/freebsd/contrib/llvm-project/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)
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h82 #ifndef __has_attribute
83 #define __has_attribute(x) 0 macro
91 #if __has_attribute(target)
101 #if __has_attribute(no_sanitize)
/freebsd/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h203 #ifndef __has_attribute
204 #define __has_attribute(x) 0 macro
212 #if __has_attribute(__fallthrough__)
/freebsd/sys/contrib/zstd/lib/common/
H A Dportability_macros.h25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
79 #if ((defined(__clang__) && __has_attribute(__target__)) \
/freebsd/contrib/tcpdump/
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 Dvarattrs.h45 #if __has_attribute(unused) \
H A Dnetdissect-stdinc.h376 #if __has_attribute(fallthrough) && !defined(__clang__)
/freebsd/contrib/libpcap/pcap/
H A Dfuncattrs.h243 #if __has_attribute(noreturn) \
274 #if __has_attribute(__format__) \
296 #if __has_attribute(deprecated) \
H A Dcompiler-tests.h45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h83 #ifndef __has_attribute
84 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro
96 #if ((defined(__clang__) && __has_attribute(__target__)) \
/freebsd/sys/sys/
H A Dcdefs.h45 #ifndef __has_attribute
46 #define __has_attribute(x) 0 macro
183 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__)
190 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__)
803 #if __has_attribute(__argument_with_type_tag__) && \
804 __has_attribute(__type_tag_for_datatype__)
872 #if __has_attribute(no_sanitize) && defined(__clang__)
890 #if __has_attribute(no_stack_protector)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h70 #if __has_attribute(__nonstring__)
75 #if __has_attribute(__counted_by__)
/freebsd/contrib/libpcap/
H A Dvarattrs.h45 #if __has_attribute(unused) \
/freebsd/contrib/libfido2/src/
H A Dfallthrough.h12 #if __has_attribute(fallthrough)
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config435 # ifndef __has_attribute
436 # define __has_attribute(__x) 0
897 # if __has_attribute(__enable_if__)
976 # if __has_attribute(__deprecated__)
1247 # elif __has_attribute(__noinline__)
1441 # if __has_attribute(__malloc__)
1476 # if __has_attribute(__no_destroy__)
1503 # if __has_attribute(__nodebug__)
1521 # if __has_attribute(__no_sanitize__)
1533 # if __has_attribute(__format__)
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h70 #if defined(__has_attribute)
71 #if __has_attribute(require_constant_initialization)
/freebsd/contrib/xz/src/liblzma/common/
H A Dcommon.h49 #ifdef __has_attribute
50 # define lzma_has_attribute(attr) __has_attribute(attr)
/freebsd/contrib/bc/include/
H A Dstatus.h231 #if __has_attribute(noreturn)
256 #if defined(__has_attribute)
258 #if __has_attribute(fallthrough)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h128 #if !defined(__has_attribute)
129 # define __has_attribute(x) 0 macro
274 #if __has_attribute(uninitialized)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/freebsd/contrib/ntp/sntp/libevent/
H A Dutil-internal.h54 #ifdef __has_attribute
55 # define EVUTIL_HAS_ATTRIBUTE __has_attribute

12