Home
last modified time | relevance | path

Searched refs:cppchar_signed_t (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dc-lex.c855 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()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c1068 if (unsignedp || (cppchar_signed_t) result >= 0)
1071 value = build_int_2 ((cppchar_signed_t) result, -1);
H A Dcpplib.h209 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
H A Dcppexp.c609 if (!unsignedp && (cppchar_signed_t) cc < 0)
H A DChangeLog.78708 * cpplib.h (cppchar_signed_t): New.
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h240 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
/openbsd/gnu/gcc/libcpp/
H A Dexpr.c632 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()