Searched refs:__annotated (Results 1 – 2 of 2) sorted by relevance
213 #if __has_attribute(__nonstring__) && defined(__annotated)214 #define __is_cstr(a) (!__annotated(a, nonstring))215 #define __is_noncstr(a) (__annotated(a, nonstring))
477 #define __annotated(var, attr) __builtin_has_attribute(var, attr) macro
Completed in 6 milliseconds