Searched refs:CharConstant (Results 1 – 7 of 7) sorted by relevance
74 typedef enum : char { CharConstant = 'a' } CharEnum; enumerator80 printf("%hhd", CharConstant); // no-warning in testChar()84 printf("%hd", CharConstant); // expected-warning{{format specifies type 'short'}} in testChar()88 printf("%d", CharConstant); // no-warning in testChar()91 printf("%lld", CharConstant); // expected-warning{{format specifies type 'long long'}} in testChar()
59 else if (type1 == TokenId.CharConstant in compute0()60 && type2 == TokenId.CharConstant) in compute0()61 newType = TokenId.CharConstant; in compute0()
103 int CharConstant = 401; field
871 case CharConstant : in parseUnaryExpr()946 || t == IntConstant || t == CharConstant in nextIsClassCast()1016 case CharConstant : in parsePostfix()
190 return CharConstant; in readCharConst()
995 if (type == IntConstant || type == CharConstant) in atIntConst()
1900 if (type == IntConstant || type == CharConstant) { in atIntConst()