Searched refs:new_targs (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c1477 tree new_targs; local
1479 new_targs = make_temp_vec (parm_depth);
1481 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth))
1483 targs = new_targs;
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c2748 tree new_targs; local
2750 new_targs = make_tree_vec (parm_depth);
2752 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth))
2754 targs = new_targs;

Completed in 208 milliseconds