Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcompiler_attributes.h72 #if __has_attribute(__assume_aligned__)
98 #if __has_attribute(__copy__)
111 #if __has_attribute(__diagnose_as_builtin__)
135 #if __has_attribute(__designated_init__)
146 #if __has_attribute(__error__)
157 #if __has_attribute(__externally_visible__)
194 #if __has_attribute(__no_caller_saved_registers__)
205 #if __has_attribute(__noclone__)
222 #if __has_attribute(__fallthrough__)
249 #if __has_attribute(__nonstring__)
[all …]
Dcompiler-gcc.h85 #if __has_attribute(__no_sanitize_address__)
91 #if defined(__SANITIZE_THREAD__) && __has_attribute(__no_sanitize_thread__)
97 #if __has_attribute(__no_sanitize_undefined__)
103 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
Dcompiler_types.h12 __has_attribute(btf_type_tag) && !defined(__BINDGEN__)
/Linux-v6.1/include/acpi/platform/
Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
/Linux-v6.1/lib/zstd/common/
Dcompiler.h73 #ifndef __has_attribute
74 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro
82 #if ((defined(__clang__) && __has_attribute(__target__)) \
/Linux-v6.1/tools/perf/util/
Dmutex.h13 #ifdef __has_attribute
14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/Linux-v6.1/tools/perf/tests/
Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dbtf_type_tag.c7 #if __has_attribute(btf_type_tag)
Dtest_btf_decl_tag.c7 #if __has_attribute(btf_decl_tag)
/Linux-v6.1/tools/include/linux/
Dcompiler-gcc.h19 #if __has_attribute(__error__)