Home
last modified time | relevance | path

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

/include/linux/
Dcompiler_attributes.h71 #if __has_attribute(__assume_aligned__)
97 #if __has_attribute(__copy__)
122 #if __has_attribute(__designated_init__)
133 #if __has_attribute(__error__)
144 #if __has_attribute(__externally_visible__)
181 #if __has_attribute(__no_caller_saved_registers__)
192 #if __has_attribute(__noclone__)
209 #if __has_attribute(__fallthrough__)
236 #if __has_attribute(__nonstring__)
248 #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__)
/include/acpi/platform/
Dacgcc.h64 #ifndef __has_attribute
65 #define __has_attribute(x) 0 macro
73 #if __has_attribute(__fallthrough__)