Searched refs:extra_depth (Results 1 – 2 of 2) sorted by relevance
565 int extra_depth; in add_to_template_args() local572 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()
572 int extra_depth; in add_to_template_args() local579 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()