Searched refs:parm_list (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c3641 make_unbound_class_template (tree context, tree name, tree parm_list,
3671 if (parm_list
3672 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
3702 DECL_TEMPLATE_PARMS (d) = parm_list;
3633 make_unbound_class_template(tree context, tree name, tree parm_list, tsubst_flags_t complain) argument
H A Dpt.c12654 tree parm_list = DECL_TEMPLATE_PARMS (TYPE_NAME (t));
12659 if (parm_list)
12660 parm_list = tsubst_template_parms (parm_list, args, complain);
12661 return make_unbound_class_template (ctx, name, parm_list, complain);
12653 tree parm_list = DECL_TEMPLATE_PARMS (TYPE_NAME (t)); local
H A Dparser.c23688 tree parm_list = TREE_VEC_ELT (parameter_list, 0);
23689 tree parm = INNERMOST_TEMPLATE_PARMS (parm_list);
23698 tree parm_list = TREE_VEC_ELT (parameter_list, 1);
23699 tree parm = INNERMOST_TEMPLATE_PARMS (parm_list);
23686 tree parm_list = TREE_VEC_ELT (parameter_list, 0); local
23696 tree parm_list = TREE_VEC_ELT (parameter_list, 1); local

Completed in 334 milliseconds