Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h86 KW_SHORT = 1 << 7, enumerator
H A Dparse.c268 .type = KW_SPECIFIER | KW_SHORT,
275 .type = KW_SPECIFIER | KW_SHORT,
1629 if (s->op->type & KW_SHORT) { in declaration_specifiers()