Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcompiler_types.h426 #define __annotated(var, attr) __builtin_has_attribute(var, attr) macro
428 #define __annotated(var, attr) (false) macro
A Dcompiler.h246 #define __must_be_cstr(p) BUILD_BUG_ON_ZERO(__annotated(p, nonstring))

Completed in 7 milliseconds