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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 3154 tree new_targs; local
3156 new_targs = make_tree_vec (parm_depth);
3158 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth))
3160 targs = new_targs;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 3173 tree new_targs; local
3175 new_targs = make_tree_vec (parm_depth);
3177 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth))
3179 targs = new_targs;

Completed in 63 milliseconds