Searched refs:cpp_parse_escape (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cpplib.h | 702 extern cppchar_t cpp_parse_escape PARAMS ((cpp_reader *,
|
H A D | c-lex.c | 991 c = cpp_parse_escape (parse_in, &p, limit, wide);
|
H A D | cpplex.c | 1749 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 D | cpplib.c | 764 *dst++ = cpp_parse_escape (pfile, &str, limit, 0);
|
H A D | ChangeLog.7 | 8472 (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 D | ChangeLog.1 | 8131 (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 D | ChangeLog.2 | 5018 * 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 D | ChangeLog.5 | 2831 (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 D | FSFChangeLog.11 | 2523 (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 D | ChangeLog.3 | 11468 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
|
/openbsd/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 811 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr,
|