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)
338 #ifndef __has_attribute339 #define __has_attribute(x) 0 macro342 #if __has_attribute(fallthrough)
41 #elif __has_attribute(fallthrough)