Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c8586 int parms_depth = TMPL_PARMS_DEPTH (parms); in coerce_innermost_template_parms() local
8590 if (parms_depth > 1) in coerce_innermost_template_parms()
8592 coerced_args = make_tree_vec (parms_depth); in coerce_innermost_template_parms()
8596 for (level = parms, cur_depth = parms_depth; in coerce_innermost_template_parms()
8597 parms_depth > 0 && level != NULL_TREE; in coerce_innermost_template_parms()
12895 int parms_depth = in tsubst_function_decl() local
12899 args = get_innermost_template_args (args, parms_depth); in tsubst_function_decl()
23420 int parms_depth; in regenerate_decl_from_template() local
23423 parms_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in regenerate_decl_from_template()
23424 if (args_depth > parms_depth) in regenerate_decl_from_template()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c9876 int parms_depth; in tsubst_decl() local
9950 parms_depth = in tsubst_decl()
9952 if (args_depth > parms_depth in tsubst_decl()
9954 args = get_innermost_template_args (args, parms_depth); in tsubst_decl()
17914 int parms_depth; in regenerate_decl_from_template() local
17917 parms_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in regenerate_decl_from_template()
17918 if (args_depth > parms_depth) in regenerate_decl_from_template()
17919 args = get_innermost_template_args (args, parms_depth); in regenerate_decl_from_template()