Home
last modified time | relevance | path

Searched refs:_cpp_get_fresh_line (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A DChangeLog.apple14 * libcpp/lex.c (_cpp_get_fresh_line): Check warn_newline_at_eof.
H A Ddirectives-only.c99 _cpp_get_fresh_line (pfile); in _cpp_preprocess_dir_only()
H A DChangeLog.gcc4313 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
H A Dtraditional.c302 if (pfile->buffer->need_line && !_cpp_get_fresh_line (pfile)) in _cpp_read_logical_line_trad()
411 && _cpp_get_fresh_line (pfile)) in _cpp_scan_out_logical_line()
H A Dinternal.h552 extern bool _cpp_get_fresh_line (cpp_reader *);
H A Dlex.c830 _cpp_get_fresh_line (cpp_reader *pfile) in _cpp_get_fresh_line() function
920 if (!_cpp_get_fresh_line (pfile)) in _cpp_lex_direct()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20036979 * cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed
6985 * cpplex.c (_cpp_get_fresh_line): Return value now just depends on
9870 * cpplex.c (_cpp_get_fresh_line): Check for null buffer.
10808 * cpplex.c (_cpp_get_fresh_line): Don't buffer->prev - handled
25608 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
26039 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
26047 _cpp_get_fresh_line): New.
H A DChangeLog-200435465 skip_line_comment, skip_whitespace, _cpp_get_fresh_line,
41554 * cpplex.c (_cpp_get_fresh_line): Check return_at_eof field.
42275 (_cpp_get_fresh_line): Don't need to adjust line for missing newline.