Searched refs:build_template_decl (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 133 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 D | ChangeLog | 2435 * 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 D | ChangeLog.2 | 4824 * 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 D | pt.c | 2593 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 D | ChangeLog-2000 | 1004 * 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 D | ChangeLog-2002 | 1024 * pt.c (build_template_decl): Don't set it. 1616 * pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
|
H A D | ChangeLog-1999 | 4824 * pt.c (build_template_decl): Copy DECL_NONCONVERTING_P. 5637 (build_template_decl): Set DECL_CONSTRUCTOR_P on the
|
H A D | ChangeLog-1998 | 5111 (build_template_decl, mark_template_parm): Likewise. 6776 (build_template_decl): New function.
|
H A D | ChangeLog-2004 | 1458 (build_template_decl): Add member_template_p parameter. Set
|