Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c106 Set_Long = 512, enumerator
109 Set_Any = Set_T | Set_Short | Set_Long | Set_Signed | Set_Unsigned
239 .test = Set_T|Set_Long|Set_Short,
259 .test = Set_T|Set_Signed|Set_Unsigned|Set_Short|Set_Long,
266 .test = Set_S|Set_Char|Set_Float|Set_Double|Set_Long|Set_Short,
287 .set = Set_Long,
292 .test = Set_S|Set_T|Set_Char|Set_Short|Set_Int|Set_Float|Set_Double|Set_Long|Set_Vlong|Set_Int128,
1471 else if (what & Set_Long) in specifier_conflict()
1555 } else if (s->op->set & Set_Long && rank++) { in declaration_specifiers()