Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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)
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)
276 #elif __has_attribute(fallthrough)
[all …]
/freebsd-13.1/contrib/tcpdump/
H A Dfuncattrs.h50 #ifndef __has_attribute
58 #define __has_attribute(x) 0 macro
67 #if __has_attribute(noreturn) \
94 #if __has_attribute(__format__) \
H A Dextract.h59 #elif __has_attribute(no_sanitize)
/freebsd-13.1/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-13.1/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-13.1/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-13.1/contrib/libpcap/pcap/
H A Dfuncattrs.h161 #if __has_attribute(noreturn) \
192 #if __has_attribute(__format__) \
216 #if __has_attribute(deprecated) \
H A Dcompiler-tests.h45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dcompiler.h94 #ifndef __has_attribute
95 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro
107 #if ((defined(__clang__) && __has_attribute(__target__)) \
/freebsd-13.1/sys/sys/
H A Dcdefs.h48 #ifndef __has_attribute
49 #define __has_attribute(x) 0 macro
223 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__)
230 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__)
808 #if __has_attribute(__argument_with_type_tag__) && \
809 __has_attribute(__type_tag_for_datatype__)
877 #if __has_attribute(no_sanitize) && defined(__clang__)
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_types.h76 # if defined(__has_attribute)
77 # if __has_attribute(__warning__)
100 # if defined(__has_attribute)
101 # if __has_attribute(__sentinel__)
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__config153 #ifndef __has_attribute
154 #define __has_attribute(__x) 0
362 #if __has_attribute(using_if_exists)
512 #if __has_attribute(no_sanitize)
761 #if __has_attribute(internal_linkage)
824 #if __has_attribute(__enable_if__)
888 #if __has_attribute(using_if_exists)
992 # if __has_attribute(deprecated)
1110 #if __has_attribute(no_destroy)
1331 #if __has_attribute(__nodebug__)
[all …]
H A Dctime62 #if defined(__APPLE__) && !__has_attribute(using_if_exists)
H A D__threading_support54 #if defined(__FreeBSD__) && defined(__clang__) && __has_attribute(no_thread_safety_analysis)
/freebsd-13.1/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-13.1/contrib/libpcap/
H A Dvarattrs.h45 #if __has_attribute(unused) \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c18 #elif __has_attribute(__constructor__)
40 #ifndef __has_attribute
41 #define __has_attribute(attr) 0 macro
/freebsd-13.1/contrib/bc/include/
H A Dstatus.h141 #if defined(__has_attribute)
143 #if __has_attribute(fallthrough)
/freebsd-13.1/lib/libc/secure/
H A Dstack_protector.c53 #if __has_attribute(__constructor__) || __GNUC_PREREQ__(4, 3)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h124 #if !defined(__has_attribute)
125 # define __has_attribute(x) 0 macro
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h47 #ifndef __has_attribute
48 #define __has_attribute(x) 0 macro
339 #elif __has_attribute(fallthrough) || __GNUC__ >= 7
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp269 #if __has_attribute(__indirect_return__) && \ in INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h899 #if defined(__clang__) && __has_attribute(enable_if) in StringLiteral()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h893 # if __has_attribute(unused)

12