Searched refs:__has_attribute (Results 1 – 10 of 10) sorted by relevance
85 #if __has_attribute(__copy__)97 #if __has_attribute(__diagnose_as_builtin__)120 #if __has_attribute(__designated_init__)131 #if __has_attribute(__error__)142 #if __has_attribute(__externally_visible__)190 #if __has_attribute(__noclone__)207 #if __has_attribute(__fallthrough__)233 #if __has_attribute(__nonstring__)263 #if __has_attribute(__overloadable__)287 #if __has_attribute(__pass_object_size__)[all …]
98 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
12 __has_attribute(btf_type_tag) && !defined(__BINDGEN__)
51 #ifndef __has_attribute52 #define __has_attribute(x) 0 macro60 #if __has_attribute(__fallthrough__)
25 #ifndef __has_attribute26 #define __has_attribute(x) 0 macro56 #if ((defined(__clang__) && __has_attribute(__target__)) \
13 #ifdef __has_attribute14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
29 #ifdef __has_attribute30 #if __has_attribute(disable_tail_calls)
7 #if __has_attribute(btf_type_tag)
7 #if __has_attribute(btf_decl_tag)
19 #if __has_attribute(__error__)
Completed in 11 milliseconds