Searched refs:__has_attribute (Results 1 – 6 of 6) sorted by relevance
24 #ifdef __has_attribute25 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
60 #if defined __has_attribute61 #if __has_attribute(warn_unused_result)
26 #ifndef __has_attribute27 #define __has_attribute(x) 0 macro33 #if __has_attribute(no_sanitize)
36 #if __has_attribute(fallthrough)
339 #ifndef __has_attribute340 #define __has_attribute(x) 0 macro343 #if __has_attribute(fallthrough)
40 #elif __has_attribute(fallthrough)