Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h34 #ifndef __has_attribute
35 # define __has_attribute(x) 0 macro
121 #elif __has_attribute(visibility)
197 #elif __has_attribute(visibility)
227 #if __has_attribute(uninitialized)
233 #if __has_attribute(used)
243 #if defined(__clang__) && __has_attribute(retain)
295 #if __has_attribute(unused)
302 #if __has_attribute(weak) && !defined(__MINGW32__) && !defined(__CYGWIN__) && \
318 #if __has_attribute(pure) || defined(__GNUC__)
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/macros/
H A Dattributes.h22 #ifndef __has_attribute
23 #define __has_attribute(x) 0 macro
39 #elif __has_attribute(__require_constant_initialization__)
45 #if defined(__clang__) && __has_attribute(preferred_type)
/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__)
233 #if __has_attribute(__nonstring__)
/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/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/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/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/contrib/tcpdump/
H A Dfuncattrs.h51 #if __has_attribute(noreturn) \
96 #if __has_attribute(warn_unused_result) \
110 #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) \
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dportability_macros.h26 #ifndef __has_attribute
27 #define __has_attribute(x) 0 macro
95 # if ((defined(__clang__) && __has_attribute(__target__)) \
/freebsd/sys/contrib/zstd/lib/common/
H A Dportability_macros.h25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
94 # if ((defined(__clang__) && __has_attribute(__target__)) \
/freebsd/contrib/libpcap/pcap/
H A Dfuncattrs.h262 #if __has_attribute(noreturn) \
294 #if __has_attribute(__format__) \
316 #if __has_attribute(deprecated) \
H A Dcompiler-tests.h45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DVisibility.h35 #elif defined(__has_attribute) && __has_attribute(visibility)
/freebsd/sys/sys/
H A Dcdefs.h48 #ifndef __has_attribute
49 #define __has_attribute(x) 0 macro
393 #if __has_attribute(__nonstring__)
523 #if __has_attribute(__argument_with_type_tag__) && \
524 __has_attribute(__type_tag_for_datatype__)
624 #if __has_attribute(no_stack_protector)
/freebsd/contrib/expat/tests/
H A Dminicheck.h132 # if defined(__has_attribute)
133 # if __has_attribute(noreturn)
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__config405 # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && !__has_attribute(__type_visibility__)
411 # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && __has_attribute(__type_visibility__) &&…
420 # if __has_attribute(exclude_from_explicit_instantiation)
582 # if __has_attribute(__enable_if__)
792 # if defined(__FreeBSD__) && defined(__clang__) && __has_attribute(__no_thread_safety_analysis__)
799 # if defined(__clang__) && __has_attribute(acquire_capability)
816 # if __has_attribute(__require_constant_initialization__)
833 # elif __has_attribute(__noinline__)
975 # if __has_attribute(__no_sanitize__) && !defined(_LIBCPP_COMPILER_GCC)
981 # if __has_attribute(__malloc__)
[all …]
/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/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h70 #if defined(__has_attribute)
71 #if __has_attribute(require_constant_initialization)
/freebsd/contrib/bc/include/
H A Dstatus.h210 #if __has_attribute(noreturn)
235 #if defined(__has_attribute)
237 #if __has_attribute(fallthrough)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler_attributes.h34 #if __has_attribute(__nonstring__)
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h104 #if __has_attribute(__nonstring__)
267 #if __has_attribute(no_sanitize) && defined(__clang__)
/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
281 #if __has_attribute(uninitialized)

123