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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 3540 peek = _cpp_lex_direct (pfile);
3565 peek = _cpp_lex_direct (pfile);
3673 result = _cpp_lex_direct (pfile);
3719 EOF, _cpp_lex_direct takes care of popping the buffer, so we never
3777 (_cpp_lex_direct doesn't increment in that case, because
3813 _cpp_lex_direct (cpp_reader *pfile)
5281 /* This matches the switch in _cpp_lex_direct. */
3812 _cpp_lex_direct (cpp_reader *pfile) function
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 3267 peek = _cpp_lex_direct (pfile);
3292 peek = _cpp_lex_direct (pfile);
3400 result = _cpp_lex_direct (pfile);
3446 EOF, _cpp_lex_direct takes care of popping the buffer, so we never
3497 (_cpp_lex_direct doesn't increment in that case, because
3526 _cpp_lex_direct (cpp_reader *pfile)
4961 /* This matches the switch in _cpp_lex_direct. */
3525 _cpp_lex_direct (cpp_reader *pfile) function

Completed in 68 milliseconds