Home
last modified time | relevance | path

Searched refs:__annotated (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcompiler.h219 #if __has_attribute(__nonstring__) && defined(__annotated)
220 #define __is_cstr(a) (!__annotated(a, nonstring))
221 #define __is_noncstr(a) (__annotated(a, nonstring))
H A Dcompiler_types.h546 #define __annotated(var, attr) __builtin_has_attribute(var, attr) macro