Home
last modified time | relevance | path

Searched refs:cpp_parse_escape (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h702 extern cppchar_t cpp_parse_escape PARAMS ((cpp_reader *,
H A Dc-lex.c991 c = cpp_parse_escape (parse_in, &p, limit, wide);
H A Dcpplex.c1749 cpp_parse_escape (pfile, pstr, limit, wide) in cpp_parse_escape() function
1953 c = cpp_parse_escape (pfile, &str, limit, token->type == CPP_WCHAR);
H A Dcpplib.c764 *dst++ = cpp_parse_escape (pfile, &str, limit, 0);
H A DChangeLog.78472 (cpp_parse_escape): Clarify diagnostic.
8603 (parse_string, cpp_parse_escape): Cast for %c format specifier.
8692 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
8701 * cpplex.c (cpp_parse_escape): Handle precision, sign-extension
8710 (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
11077 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
15337 * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
H A DChangeLog.18131 (cpp_parse_escape): Change prototype to match changes in
8147 to cpp_parse_escape to match changes in cppexp.c (note
8151 * cppexp.c: Bring over changes to cpp_parse_escape from cccp.c
8157 cpp_parse_escape to match. [Fixes c-torture/execute/widechar-1.c]
H A DChangeLog.25018 * cppexp.c (cpp_parse_escape): Make static. Change second arg
5021 cpp_parse_escape.
5022 (cpplib.h): Kill prototype of cpp_parse_escape.
H A DChangeLog.52831 (lex_string): Use cpp_parse_escape.
2834 (parse_escape): Rename cpp_parse_escape. Make the bitmask
2838 * cpplib.h (cpp_parse_escape): New exported function.
H A DFSFChangeLog.112523 (cpp_lex): Cast 2nd arg of cpp_parse_escape from const char ** to
7050 * cppexp.c (cpp_parse_escape): Character constants that do not fit are
H A DChangeLog.311468 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h811 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr,