Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dpt.c432 int extra_depth; in add_to_template_args() local
436 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()
437 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args()
442 for (j = 1; j <= extra_depth; ++j, ++i) in add_to_template_args()