HomeSort by: relevance | last modified time | path
    Searched defs:_cpp_get_fresh_line (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 3786 _cpp_get_fresh_line (cpp_reader *pfile)
3842 if (!_cpp_get_fresh_line (pfile))
3853 /* Now pop the buffer that _cpp_get_fresh_line did not. */
5330 bool ok = _cpp_get_fresh_line (pfile);
3785 _cpp_get_fresh_line (cpp_reader *pfile) function
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2510 if (!_cpp_get_fresh_line (pfile))
2522 /* Now pop the buffer that _cpp_get_fresh_line did not. */
3459 _cpp_get_fresh_line (cpp_reader *pfile)
3554 if (!_cpp_get_fresh_line (pfile))
3565 /* Now pop the buffer that _cpp_get_fresh_line did not. */
5010 bool ok = _cpp_get_fresh_line (pfile);
3458 _cpp_get_fresh_line (cpp_reader *pfile) function

Completed in 101 milliseconds