Home
last modified time | relevance | path

Searched refs:_cpp_skip_block_comment (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h711 extern bool _cpp_skip_block_comment (cpp_reader *);
H A Dtraditional.c170 unterminated = _cpp_skip_block_comment (pfile); in copy_comment()
H A Dlex.c1173 _cpp_skip_block_comment (cpp_reader *pfile) in _cpp_skip_block_comment() function
2879 if (_cpp_skip_block_comment (pfile)) in _cpp_lex_direct()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h744 extern bool _cpp_skip_block_comment (cpp_reader *);
H A Dtraditional.cc170 unterminated = _cpp_skip_block_comment (pfile); in copy_comment()
H A Dlex.cc1646 _cpp_skip_block_comment (cpp_reader *pfile) in _cpp_skip_block_comment() function
3714 if (_cpp_skip_block_comment (pfile)) in _cpp_lex_direct()
H A DChangeLog279 (_cpp_skip_block_comment): Capture location when kind is not NONE
313 (_cpp_skip_block_comment): Implement warning about bidirectional
4818 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment)
5162 * lex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
5723 * lex.c (_cpp_skip_block_comment): Use source_location.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20035697 (_cpp_skip_block_comment): Use a local 'cur' pointer instead
24009 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
25985 (_cpp_skip_block_comment): Assume '*' is location on entry.
26040 _cpp_skip_block_comment, scan_out_logical_line): New.
26051 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
26066 (copy_comment): Use _cpp_skip_block_comment.
H A DChangeLog-200435464 * cpplex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
42273 _cpp_skip_block_comment): Use CPP_INCREMENT_LINE.