Searched refs:cppchar_signed_t (Results 1 – 7 of 7) sorted by relevance
855 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()858 value = build_int_cst_wide (type, (cppchar_signed_t) result, -1); in lex_charconst()
1068 if (unsignedp || (cppchar_signed_t) result >= 0)1071 value = build_int_2 ((cppchar_signed_t) result, -1);
209 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
609 if (!unsignedp && (cppchar_signed_t) cc < 0)
8708 * cpplib.h (cppchar_signed_t): New.
240 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
632 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()