Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dpt.c2124 int arg_depth = TMPL_ARGS_DEPTH (targs); in check_explicit_specialization() local
2127 if (arg_depth > parm_depth) in check_explicit_specialization()
2138 for (i = arg_depth - parm_depth; i < arg_depth; ++i) in check_explicit_specialization()
2139 TREE_VEC_ELT (new_targs, i - (arg_depth - parm_depth)) in check_explicit_specialization()
4625 int arg_depth; in lookup_template_class() local
4632 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class()
4634 if (arg_depth == 1 && parm_depth > 1) in lookup_template_class()
4651 arg_depth = TMPL_ARGS_DEPTH (arglist); in lookup_template_class()
4655 gcc_assert (parm_depth == arg_depth); in lookup_template_class()