Home
last modified time | relevance | path

Searched refs:cpp_interpret_charconst (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h1157 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *,
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dcharset.cc2063 cpp_interpret_charconst (cpp_reader *pfile, const cpp_token *token, in cpp_interpret_charconst() function
Dexpr.cc1166 cppchar_t cc = cpp_interpret_charconst (pfile, token, in eval_token()
DChangeLog1255 (cpp_interpret_charconst): Adjust narrow_str_to_charconst caller.
2820 * charset.c (cpp_interpret_charconst): Clear *PCHARS_SEEN
3119 * charset.c (converter_for_type(), cpp_interpret_charconst()):
5859 (cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinput.cc3657 cppchar_t cc = cpp_interpret_charconst (test.m_parser, tok, in test_lexer_char_constants()
DChangeLog-200222625 * cpplex.c (cpp_interpret_charconst): Truncate as well as
22744 * cpplex.c (cpp_interpret_charconst): Update.
22853 * cpplex.c (cpp_interpret_charconst): Don't sign-extend
22857 (cpp_interpret_charconst): Update prototype.
22916 * cpplex.c (cpp_interpret_charconst): Sign-extend each
23003 * cpplex.c (cpp_interpret_charconst): Get max_chars right.
23142 cpp_interpret_charconst. Extend from cppchar_t to HOST_WIDE_INT
23151 (cpp_interpret_charconst): Calculate in type cppchar_t. Handle
23157 (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
25525 cpp_interpret_charconst): Update.
[all …]
DChangeLog-20014150 * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign
22028 (cpp_interpret_charconst): Long charconsts issue a warning
22044 (cpp_interpret_charconst): Don't warn here.
22416 (cpp_interpret_charconst): Eliminate warning.
23264 around cpp_interpret_charconst, to which most of the code
23269 (lex): Use cpp_interpret_charconst.
23270 * cpplex.c (parse_escape, read_ucs, cpp_interpret_charconst,
23273 * cpplib.h (cpp_interpret_charconst): New prototype.
DChangeLog-200315642 (cpp_interpret_charconst): Moved here from cpplex.c. Use
15650 (cpp_interpret_charconst): Moved to cppcharset.c.
25444 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
26056 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
35216 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.