Searched refs:cppchar_signed_t (Results 1 – 7 of 7) sorted by relevance
1472 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()1475 value = build_int_cst (type, (cppchar_signed_t) result); in lex_charconst()
1404 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()1407 value = build_int_cst (type, (cppchar_signed_t) result); in lex_charconst()
293 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
296 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
1172 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()
1146 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()
23155 * cpplib.h (cppchar_signed_t): New.