Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc1472 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()
1475 value = build_int_cst (type, (cppchar_signed_t) result); in lex_charconst()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c1404 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()
1407 value = build_int_cst (type, (cppchar_signed_t) result); in lex_charconst()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h293 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h296 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc1172 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c1146 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200223155 * cpplib.h (cppchar_signed_t): New.