Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c133 static tree build_template_decl PARAMS ((tree, tree));
2268 build_template_decl (decl, parms) in build_template_decl() function
2796 tmpl = build_template_decl (decl, current_template_parms);
2851 = build_template_decl (decl, current_template_parms);
H A DChangeLog2435 * pt.c (build_template_decl): Don't set it.
3027 * pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
10876 * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
13189 * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
16054 (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
H A DChangeLog.24824 * pt.c (build_template_decl): Copy DECL_NONCONVERTING_P.
5637 (build_template_decl): Set DECL_CONSTRUCTOR_P on the
11899 (build_template_decl, mark_template_parm): Likewise.
13564 (build_template_decl): New function.
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c2593 build_template_decl (tree decl, tree parms, bool member_template_p) in build_template_decl() function
3158 tmpl = build_template_decl (decl, current_template_parms, in push_template_decl_real()
3214 = build_template_decl (decl, current_template_parms, in push_template_decl_real()
H A DChangeLog-20001004 * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
3317 * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
6182 (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
H A DChangeLog-20021024 * pt.c (build_template_decl): Don't set it.
1616 * pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
H A DChangeLog-19994824 * pt.c (build_template_decl): Copy DECL_NONCONVERTING_P.
5637 (build_template_decl): Set DECL_CONSTRUCTOR_P on the
H A DChangeLog-19985111 (build_template_decl, mark_template_parm): Likewise.
6776 (build_template_decl): New function.
H A DChangeLog-20041458 (build_template_decl): Add member_template_p parameter. Set