Home
last modified time | relevance | path

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

12

/src/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)
207 #if __has_attribute(weak) && !defined(__MINGW32__) && !defined(__CYGWIN__) && \
223 #if __has_attribute(pure) || defined(__GNUC__)
230 #if __has_attribute(minsize)
246 #if __has_attribute(noinline)
256 #if __has_attribute(always_inline)
[all …]
/src/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__)
/src/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))
/src/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)
/src/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)
/src/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)
/src/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__)) \
/src/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) \
/src/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__)) \
H A Dcompiler.h259 # elif __has_attribute(__fallthrough__)
328 # if __has_attribute(no_sanitize)
/src/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
/src/sys/sys/
H A Dcdefs.h48 #ifndef __has_attribute
49 #define __has_attribute(x) 0 macro
398 #if __has_attribute(__nonstring__)
528 #if __has_attribute(__argument_with_type_tag__) && \
529 __has_attribute(__type_tag_for_datatype__)
629 #if __has_attribute(no_stack_protector)
/src/contrib/expat/tests/
H A Dminicheck.h132 # if defined(__has_attribute)
133 # if __has_attribute(noreturn)
/src/contrib/llvm-project/libcxx/include/
H A D__config456 # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && !__has_attribute(__type_visibility__)
462 # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && __has_attribute(__type_visibility__) &&…
471 # if __has_attribute(exclude_from_explicit_instantiation)
633 # if __has_attribute(__enable_if__)
712 # if __has_attribute(__deprecated__)
937 # if defined(__FreeBSD__) && defined(__clang__) && __has_attribute(__no_thread_safety_analysis__)
944 # if defined(__clang__) && __has_attribute(acquire_capability)
963 # elif __has_attribute(__require_constant_initialization__)
980 # elif __has_attribute(__noinline__)
1134 # if __has_attribute(__no_sanitize__) && !defined(_LIBCPP_COMPILER_GCC)
[all …]
/src/contrib/libpcap/
H A Dvarattrs.h45 #if __has_attribute(unused) \
/src/contrib/libfido2/src/
H A Dfallthrough.h12 #if __has_attribute(fallthrough)
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h70 #if defined(__has_attribute)
71 #if __has_attribute(require_constant_initialization)
/src/contrib/xz/src/liblzma/common/
H A Dcommon.h49 #ifdef __has_attribute
50 # define lzma_has_attribute(attr) __has_attribute(attr)
/src/contrib/bc/include/
H A Dstatus.h210 #if __has_attribute(noreturn)
235 #if defined(__has_attribute)
237 #if __has_attribute(fallthrough)
/src/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler_attributes.h34 #if __has_attribute(__nonstring__)
/src/tools/build/cross-build/include/common/sys/
H A Dcdefs.h104 #if __has_attribute(__nonstring__)
267 #if __has_attribute(no_sanitize) && defined(__clang__)
/src/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
278 #if __has_attribute(uninitialized)

12