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

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

Completed in 102 milliseconds