Searched refs:__has_attribute (Results 1 – 10 of 10) sorted by relevance
26 #ifndef __has_attribute27 #define __has_attribute(x) 0 macro62 # if ((defined(__clang__) && __has_attribute(__target__)) \
213 # if __has_attribute(no_sanitize)
9 #if defined(__has_attribute)10 # define __nolibc_has_attribute(attr) __has_attribute(attr)
15 #if __has_attribute(__fallthrough__)21 #if __has_attribute(__error__)
13 #ifdef __has_attribute14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
7 #if __has_attribute(btf_type_tag)
7 #if __has_attribute(btf_decl_tag)
7 #if __has_attribute(__fallthrough__)
29 #ifdef __has_attribute30 #if __has_attribute(disable_tail_calls)
84 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)