Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c113 CInt = 0, CSInt, CUInt, CReal, enumerator
281 .class = CUInt,
1496 [CUInt] = unsigned_types + 2,
1502 return types[want_unsigned ? CUInt : CInt][size]; in ctype_integer()