Searched refs:lex_raw_string (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | ChangeLog | 283 (lex_raw_string): Likewise. 319 (lex_raw_string): Likewise. 959 * lex.c (lex_raw_string): For c == '\n' don't continue after reporting 1044 (lex_raw_string): Reimplement, using fragments of the old version. 1045 (lex_string): Adjust lex_raw_string call. 1065 * lex.c (lex_raw_string): Process line notes before incrementing. 1942 (lex_raw_string, lex_string): Use is_macro_not_literal_suffix to 3815 * lex.c (lex_raw_string ()): Do not warn about invalid suffix 4006 * lex.c (lex_raw_string): Undo phase1 and phase2 transformations 4012 * lex.c (lex_raw_string): Allow reading new-lines if [all …]
|
H A D | lex.cc | 2289 lex_raw_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_raw_string() function 2619 lex_raw_string (pfile, token, base); in lex_string()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | lex.c | 1669 lex_raw_string (cpp_reader *pfile, cpp_token *token, const uchar *base, in lex_raw_string() function 2003 lex_raw_string (pfile, token, base, cur); in lex_string()
|