Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c115 CInt = 0, CSInt, CUInt, CReal, CChar, CSChar, CUChar, enumerator
1578 return types[want_unsigned ? CUInt : CInt][size]; in ctype_integer()
1601 int class = CInt; in declaration_specifiers()