Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c565 int extra_depth; in add_to_template_args() local
572 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()
573 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args()
578 for (j = 1; j <= extra_depth; ++j, ++i) in add_to_template_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc572 int extra_depth; in add_to_template_args() local
579 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args()
580 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth); in add_to_template_args()
585 for (j = 1; j <= extra_depth; ++j, ++i) in add_to_template_args()