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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 2047 sz = cpp_spell_token (pfile, token, buf, false) - buf;
4451 cpp_spell_token (cpp_reader *pfile, const cpp_token *token,
4507 end = cpp_spell_token (pfile, token, start, false);
4528 Separated from cpp_spell_token for efficiency - to avoid stdio
4737 last = cpp_spell_token (pfile, token, &result[out], 0);
4450 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, function
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1842 sz = cpp_spell_token (pfile, token, buf, false) - buf;
4131 cpp_spell_token (cpp_reader *pfile, const cpp_token *token,
4187 end = cpp_spell_token (pfile, token, start, false);
4208 Separated from cpp_spell_token for efficiency - to avoid stdio
4417 last = cpp_spell_token (pfile, token, &result[out], 0);
4130 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, function

Completed in 29 milliseconds