Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
H A DChangeLog-200223155 * cpplib.h (cppchar_signed_t): New.
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h240 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dexpr.c635 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()