Searched refs:SIGNED (Results 1 – 4 of 4) sorted by relevance
38 SIGNED, enumerator75 case Qualifier::SIGNED: return "signed"; in qualifierText()
58 #define SIGNED(i) ((i) & 2) // i & 0b10 in coalesceTypes() macro66 if (SIGNED(lhs) == SIGNED(rhs)) { in coalesceTypes()77 #undef SIGNED in coalesceTypes()
98 %token SIGNED516 | SIGNED { $$ = new Type::Qualifier(Type::Qualifier::SIGNED); }
200 "signed" { return SIGNED; }