Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c3117 int arg_depth = TMPL_ARGS_DEPTH (targs); in check_explicit_specialization() local
3120 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() local
9734 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc3162 int arg_depth = TMPL_ARGS_DEPTH (targs); in check_explicit_specialization() local
3165 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() local
9965 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()