Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c1138 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()
1141 value = build_int_cst_wide (type, (cppchar_signed_t) result, -1); in lex_charconst()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c1334 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()
1337 value = build_int_cst (type, (cppchar_signed_t) result); in lex_charconst()
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h270 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h290 typedef CPPCHAR_SIGNED_T cppchar_signed_t; typedef
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dexpr.c946 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dexpr.c1158 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token()