Home
last modified time | relevance | path

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

/include/linux/
Dcompiler_types.h445 #define __annotated(var, attr) __builtin_has_attribute(var, attr) macro
447 #define __annotated(var, attr) (false) macro
Dcompiler.h230 #define __must_be_cstr(p) BUILD_BUG_ON_ZERO(__annotated(p, nonstring))