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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 2351 unsigned token_index = i; local
2354 token_index += j;
2356 index = expanded_token_index (pfile, macro, src, token_index);
2673 unsigned token_index = local
2681 virt_loc_dest = &virt_locs[token_index];
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 2342 unsigned token_index = i; local
2345 token_index += j;
2347 index = expanded_token_index (pfile, macro, src, token_index);
2664 unsigned token_index = local
2672 virt_loc_dest = &virt_locs[token_index];

Completed in 28 milliseconds