Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h87 KW_LONG = 1 << 8, enumerator
H A Dparse.c295 .type = KW_SPECIFIER | KW_LONG,
301 .type = KW_SPECIFIER | KW_LONG,
1631 } else if (s->op->type & KW_LONG && size++) { in declaration_specifiers()