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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 294 static cpp_context *next_context (cpp_reader *);
2441 next_context (cpp_reader *pfile) function
2463 cpp_context *context = next_context (pfile);
2487 context = next_context (pfile);
2520 context = next_context (pfile);
2538 cpp_context *context = next_context (pfile);
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 294 static cpp_context *next_context (cpp_reader *);
2432 next_context (cpp_reader *pfile) function
2454 cpp_context *context = next_context (pfile);
2478 context = next_context (pfile);
2511 context = next_context (pfile);
2529 cpp_context *context = next_context (pfile);

Completed in 30 milliseconds