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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 1918 expanded_token_index (cpp_reader *pfile, cpp_macro *macro, function
2100 unsigned index = expanded_token_index (pfile, macro, src, i);
2208 unsigned index = expanded_token_index (pfile, macro, src, i);
2316 unsigned index = expanded_token_index (pfile, macro, src, i);
2356 index = expanded_token_index (pfile, macro, src, token_index);
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 1909 expanded_token_index (cpp_reader *pfile, cpp_macro *macro, function
2091 unsigned index = expanded_token_index (pfile, macro, src, i);
2199 unsigned index = expanded_token_index (pfile, macro, src, i);
2307 unsigned index = expanded_token_index (pfile, macro, src, i);
2347 index = expanded_token_index (pfile, macro, src, token_index);

Completed in 30 milliseconds