Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcompiler_attributes.h71 #if __has_attribute(__assume_aligned__)
97 #if __has_attribute(__copy__)
121 #if __has_attribute(__designated_init__)
132 #if __has_attribute(__error__)
143 #if __has_attribute(__externally_visible__)
180 #if __has_attribute(__no_caller_saved_registers__)
191 #if __has_attribute(__noclone__)
208 #if __has_attribute(__fallthrough__)
235 #if __has_attribute(__nonstring__)
247 #if __has_attribute(__no_profile_instrument_function__)
[all …]
A Dcompiler-gcc.h100 #if __has_attribute(__no_sanitize_address__)
106 #if defined(__SANITIZE_THREAD__) && __has_attribute(__no_sanitize_thread__)
112 #if __has_attribute(__no_sanitize_undefined__)
118 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
/linux/include/acpi/platform/
A Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
/linux/tools/testing/selftests/bpf/progs/
A Dtag.c7 #ifndef __has_attribute
8 #define __has_attribute(x) 0 macro
11 #if __has_attribute(btf_decl_tag)
/linux/lib/zstd/common/
A 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/tools/perf/tests/
A Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/linux/tools/include/linux/
A Dcompiler-gcc.h19 #if __has_attribute(__error__)

Completed in 11 milliseconds