Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDpt.c2135 tree new_targs; in check_explicit_specialization() local
2137 new_targs = make_tree_vec (parm_depth); in check_explicit_specialization()
2139 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()
2141 targs = new_targs; in check_explicit_specialization()