Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcompiler_attributes.h62 #if __has_attribute(__assume_aligned__)
88 #if __has_attribute(__copy__)
113 #if __has_attribute(__designated_init__)
124 #if __has_attribute(__error__)
135 #if __has_attribute(__externally_visible__)
171 #if __has_attribute(__no_caller_saved_registers__)
182 #if __has_attribute(__noclone__)
199 #if __has_attribute(__fallthrough__)
226 #if __has_attribute(__nonstring__)
238 #if __has_attribute(__no_profile_instrument_function__)
[all …]
Dcompiler-gcc.h102 #if __has_attribute(__no_sanitize_address__)
108 #if defined(__SANITIZE_THREAD__) && __has_attribute(__no_sanitize_thread__)
114 #if __has_attribute(__no_sanitize_undefined__)
120 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
/Linux-v5.15/include/acpi/platform/
Dacgcc.h64 #ifndef __has_attribute
65 #define __has_attribute(x) 0 macro
73 #if __has_attribute(__fallthrough__)
/Linux-v5.15/tools/perf/tests/
Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/Linux-v5.15/tools/include/linux/
Dcompiler-gcc.h19 #if __has_attribute(__error__)