Searched refs:__has_attribute (Results 1 – 7 of 7) sorted by relevance
71 #if __has_attribute(__assume_aligned__)97 #if __has_attribute(__copy__)121 #if __has_attribute(__designated_init__)132 #if __has_attribute(__error__)143 #if __has_attribute(__externally_visible__)180 #if __has_attribute(__no_caller_saved_registers__)191 #if __has_attribute(__noclone__)208 #if __has_attribute(__fallthrough__)235 #if __has_attribute(__nonstring__)247 #if __has_attribute(__no_profile_instrument_function__)[all …]
100 #if __has_attribute(__no_sanitize_address__)106 #if defined(__SANITIZE_THREAD__) && __has_attribute(__no_sanitize_thread__)112 #if __has_attribute(__no_sanitize_undefined__)118 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
51 #ifndef __has_attribute52 #define __has_attribute(x) 0 macro60 #if __has_attribute(__fallthrough__)
7 #ifndef __has_attribute8 #define __has_attribute(x) 0 macro11 #if __has_attribute(btf_decl_tag)
73 #ifndef __has_attribute74 #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro82 #if ((defined(__clang__) && __has_attribute(__target__)) \
29 #ifdef __has_attribute30 #if __has_attribute(disable_tail_calls)
19 #if __has_attribute(__error__)
Completed in 10 milliseconds