Searched refs:arg_depth (Results 1 – 2 of 2) sorted by relevance
3117 int arg_depth = TMPL_ARGS_DEPTH (targs); in check_explicit_specialization() local3120 if (arg_depth > parm_depth) in check_explicit_specialization()3131 for (i = arg_depth - parm_depth; i < arg_depth; ++i) in check_explicit_specialization()3132 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()9720 int arg_depth; in lookup_template_class_1() local9734 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()9736 if (arg_depth == 1 && parm_depth > 1) in lookup_template_class_1()9752 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()9756 gcc_assert (parm_depth == arg_depth); in lookup_template_class_1()
3162 int arg_depth = TMPL_ARGS_DEPTH (targs); in check_explicit_specialization() local3165 if (arg_depth > parm_depth) in check_explicit_specialization()3176 for (i = arg_depth - parm_depth; i < arg_depth; ++i) in check_explicit_specialization()3177 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()9948 int arg_depth; in lookup_template_class_1() local9965 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()9967 if (arg_depth == 1 && parm_depth > 1) in lookup_template_class_1()9983 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()9987 gcc_assert (parm_depth == arg_depth); in lookup_template_class_1()