Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c6558 int parms_depth; in tsubst_decl() local
6629 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() local
11905 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()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c6086 int parms_depth; local
6150 parms_depth =
6152 if (args_depth > parms_depth
6154 args = get_innermost_template_args (args, parms_depth);