Searched refs:save_comment (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | lex.c | 57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t); 2137 save_comment (cpp_reader *pfile, cpp_token *token, const unsigned char *from, in save_comment() function 2971 save_comment (pfile, result, comment_start, c); in _cpp_lex_direct()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | lex.cc | 57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t); 2773 save_comment (cpp_reader *pfile, cpp_token *token, const unsigned char *from, in save_comment() function 3806 save_comment (pfile, result, comment_start, c); in _cpp_lex_direct()
|
| H A D | ChangeLog | 4986 * lex.c (save_comment): Handle in argument passing c++ 5670 (save_comment): Store comments in comments struct.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 695 save_comment, cpp_token_as_text): Similarly. 5091 * cpplex.c (save_comment): Don't store new lines in C++ comments. 7244 * cpplex.c (save_comment): Only store the initial '/' 7247 Pass everything but the initial '/' to save_comment. 8015 parse_number, parse_string, trigraph_ok, save_comment, 15012 digraph_spellings, trigraph_ok, skip_whitespace, save_comment, 17470 (save_comment): Use INIT_TOKEN_NAME. 18754 parse_string2, save_comment, spell_token, cpp_output_list): 19119 (save_comment): Save comment opening characters too.
|
| H A D | ChangeLog-2002 | 24967 * cpplex.c (parse_slow, unescaped_terminator_p, save_comment, 26097 * cpplex.c (save_comment): If saving a C++ comment in 26100 save_comment to indicate comment type.
|
| H A D | ChangeLog-2001 | 7978 parse_identifier_slow, parse_number, parse_string, save_comment, 9862 * cpplex.c (parse_number, parse_string, save_comment,
|