Lines Matching defs:__has_attribute
103 #ifndef __has_attribute
104 #define __has_attribute(x) 0 /* compatibility with older GCC */
116 * GCC doesn't provide __has_attribute() until GCC 5, but we know all the GCC
118 * "flatten" attribute but always has __has_attribute() to check for it.
120 #if __has_attribute(flatten) || !defined(__clang__)
131 #if __has_attribute(error)
146 #if __has_attribute(nonstring)
168 #if __has_attribute(fallthrough)
198 #if __has_attribute(annotate)
204 #if __has_attribute(used)
224 #if __has_attribute(uninitialized)