Searched refs:CharConstant (Results 1 – 9 of 9) 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()
74 typedef enum : char { CharConstant = 'a' } CharEnum; enumerator80 printf("%hhd", CharConstant); // no-warning in testChar()84 printf("%hd", CharConstant); in testChar()88 printf("%d", CharConstant); // no-warning in testChar()91 printf("%lld", CharConstant); // expected-warning{{format specifies type 'long long'}} in testChar()
64 else if (type1 == TokenId.CharConstant in compute0()65 && type2 == TokenId.CharConstant) in compute0()66 newType = TokenId.CharConstant; in compute0()
11 else if (t == CharConstant || t == IntConstant) in main()
104 int CharConstant = 401; field
884 case CharConstant : in parseUnaryExpr()960 || t == IntConstant || t == CharConstant in nextIsClassCast()1032 case CharConstant : in parsePostfix()
187 return CharConstant; in readCharConst()
1064 if (type == IntConstant || type == CharConstant) in atIntConst()
1974 if (type == IntConstant || type == CharConstant) { in atIntConst()