Home
last modified time | relevance | path

Searched refs:CUInt (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
291 .class = CUInt,
1578 return types[want_unsigned ? CUInt : CInt][size]; in ctype_integer()