Searched refs:parms_depth (Results 1 – 2 of 2) sorted by relevance
6558 int parms_depth; in tsubst_decl() local6629 parms_depth = in tsubst_decl()6631 if (args_depth > parms_depth in tsubst_decl()6633 args = get_innermost_template_args (args, parms_depth); in tsubst_decl()11902 int parms_depth; in regenerate_decl_from_template() local11905 parms_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in regenerate_decl_from_template()11906 if (args_depth > parms_depth) in regenerate_decl_from_template()11907 args = get_innermost_template_args (args, parms_depth); in regenerate_decl_from_template()
6086 int parms_depth; local6150 parms_depth = 6152 if (args_depth > parms_depth6154 args = get_innermost_template_args (args, parms_depth);