Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c108 Set_Long = 512, enumerator
111 Set_Any = Set_T | Set_Short | Set_Long | Set_Signed | Set_Unsigned
249 .test = Set_T|Set_Long|Set_Short,
269 .test = Set_T|Set_Signed|Set_Unsigned|Set_Short|Set_Long,
276 .test = Set_S|Set_Char|Set_Float|Set_Double|Set_Long|Set_Short,
297 .set = Set_Long,
302 .test = Set_S|Set_T|Set_Char|Set_Short|Set_Int|Set_Float|Set_Double|Set_Long|Set_Vlong|Set_Int128,
1547 else if (what & Set_Long) in specifier_conflict()