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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2345 tree to_using = NULL_TREE; local
2377 to_using = next;
2397 if (to_using)
2400 current = to_using;
2402 current = ovl_make (to_using, current);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2209 tree to_using = NULL_TREE; local
2240 to_using = next;
2258 if (to_using)
2261 current = to_using;
2263 current = ovl_make (to_using, current);

Completed in 35 milliseconds