Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c2580 int arg_depth = TMPL_ARGS_DEPTH (targs); in check_explicit_specialization() local
2583 if (arg_depth > parm_depth) in check_explicit_specialization()
2594 for (i = arg_depth - parm_depth; i < arg_depth; ++i) in check_explicit_specialization()
2595 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()
7036 int arg_depth; in lookup_template_class_1() local
7050 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()
7052 if (arg_depth == 1 && parm_depth > 1) in lookup_template_class_1()
7069 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()
7073 gcc_assert (parm_depth == arg_depth); in lookup_template_class_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c3092 int arg_depth = TMPL_ARGS_DEPTH (targs); in check_explicit_specialization() local
3095 if (arg_depth > parm_depth) in check_explicit_specialization()
3106 for (i = arg_depth - parm_depth; i < arg_depth; ++i) in check_explicit_specialization()
3107 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()
9269 int arg_depth; in lookup_template_class_1() local
9283 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()
9285 if (arg_depth == 1 && parm_depth > 1) in lookup_template_class_1()
9301 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class_1()
9305 gcc_assert (parm_depth == arg_depth); in lookup_template_class_1()