Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dcompiler_attributes.h34 #ifndef __has_attribute
35 # define __has_attribute(x) __GCC4_has_attribute_##x macro
86 #if __has_attribute(__assume_aligned__)
112 #if __has_attribute(__copy__)
137 #if __has_attribute(__designated_init__)
148 #if __has_attribute(__externally_visible__)
183 #if __has_attribute(__noclone__)
199 #if __has_attribute(__fallthrough__)
220 #if __has_attribute(__nonstring__)
A Dcompiler-gcc.h142 #if __has_attribute(__no_sanitize_address__)
/u-boot/lib/zstd/common/
A Dportability_macros.h25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
56 #if ((defined(__clang__) && __has_attribute(__target__)) \

Completed in 6 milliseconds