Searched refs:cppchar_signed_t (Results 1 – 6 of 6) sorted by relevance
1138 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()1141 value = build_int_cst_wide (type, (cppchar_signed_t) result, -1); in lex_charconst()
1334 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()1337 value = build_int_cst (type, (cppchar_signed_t) result); in lex_charconst()
270 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
290 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
946 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()
1158 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()