Home
last modified time | relevance | path

Searched refs:modifier_string (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c78 modifier_string(sym->ctype.modifiers), show_ident(sym->ident), in do_debug_symbol()
112 const char *modifier_string(unsigned long mod) in modifier_string() function
313 s = modifier_string(mod); in do_show_type()
H A Dsymbol.h313 extern const char *modifier_string(unsigned long mod);
H A Dparse.c1113 warning(*pos, "duplicate %s", modifier_string(qual)); in apply_qualifier()