/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog.tree-ssa | 216 * pt.c (push_tinst_level): Use annotate_with_locus. 431 (push_tinst_level): Generate a TINST_LEVEL node rather than
|
H A D | constraint.cc | 3205 if (!push_tinst_level (t)) in satisfy_declaration_constraints() 3268 if (!push_tinst_level (t, args)) in satisfy_declaration_constraints()
|
H A D | ChangeLog-2011 | 631 push_tinst_level. 2261 (push_tinst_level, pop_tinst_level): Adjust. 2369 (push_tinst_level): Don't start another decl in that case. 2373 * mangle.c (mangle_decl_string): Handle failure from push_tinst_level. 2943 * pt.c (push_tinst_level): Handle subst context. 2945 Use push_tinst_level.
|
H A D | ChangeLog-2010 | 2377 (push_tinst_level): Likewise. 3660 * cp-tree.h (push_tinst_level): Declare. 3662 * pt.c (push_tinst_level): Give it external linkage. 3675 * pt.c (push_tinst_level): Replace -ftemplate-depth- with
|
H A D | pt.cc | 9716 push_tinst_level (d); in add_pending_template() 11144 push_tinst_level (tree tmpl, tree args) in push_tinst_level() function 11154 push_tinst_level (tree d) in push_tinst_level() function 12011 if (! push_tinst_level (type)) in instantiate_class_template_1() 21917 if (!push_tinst_level (tmpl, args)) in instantiate_alias_template() 22200 if (!push_tinst_level (fn, explicit_targs)) in fn_type_unification() 22269 if (!explain_p && !push_tinst_level (fn, targs)) in fn_type_unification() 22338 if (!push_tinst_level (fn, targs)) in fn_type_unification() 25513 if (!push_tinst_level (spec_tmpl, deduced_args)) in get_partial_spec_bindings() 26390 else if (push_tinst_level (fn)) in maybe_instantiate_noexcept() [all …]
|
H A D | ChangeLog-2014 | 1069 * pt.c (push_tinst_level): Make it a wrapper around ... 1077 (push_tinst_level): Update declaration. 2530 (push_tinst_level): Likewise.
|
H A D | mangle.cc | 4065 && push_tinst_level (decl)) in mangle_decl_string()
|
H A D | ChangeLog-1997 | 2211 * pt.c (comp_template_args, get_class_bindings, push_tinst_level): 2585 (instantiate_decl): Do push_tinst_level before any tsubsting.
|
H A D | method.cc | 2752 pushed = push_tinst_level (decl); in get_defaulted_eh_spec()
|
H A D | ChangeLog-2020 | 2648 * cp-tree.h (push_tinst_level, push_tinst_level_loc): Declare. 2650 Use add_outermost_template_args and push_tinst_level. 2653 (push_tinst_level, push_tinst_level_loc): No longer static. 6009 value of push_tinst_level.
|
H A D | ChangeLog-2006 | 2908 * cp-tree.h (push_tinst_level): Remove prototype. 2910 * pt.c (push_tinst_level): Add prototype, make static.
|
H A D | ChangeLog-1998 | 2691 push_tinst_level. 4140 (push_tinst_level): Update last_template_error_tick before erroring. 4183 (push_tinst_level): Increment tinst_level_tick. 5332 (push_tinst_level): ...from here. 5966 * pt.c (push_tinst_level): If the instantiation uses template parms,
|
H A D | cp-tree.h | 7418 extern bool push_tinst_level (tree); 7419 extern bool push_tinst_level (tree, tree);
|
H A D | ChangeLog-2013 | 310 (push_tinst_level): Remove use of in_system_header macro. 3929 * pt.c (fn_type_unification): Wait to call push_tinst_level until
|
H A D | ChangeLog-2012 | 1371 (push_tinst_level): Convert #ifdef GATHER_STATISTICS to if-code.
|
H A D | ChangeLog-2004 | 1495 lookup_template_class, push_tinst_level, 3337 (push_tinst_level): Use make_tinst_level.
|
H A D | ChangeLog-2008 | 1367 push_tinst_level, instantiate_class_template,
|
H A D | ChangeLog-2000 | 1655 (push_tinst_level): Call print_instantiation_context. 3216 (print_template_context, push_tinst_level, pop_tinst_level,
|
H A D | ChangeLog-2005 | 2524 (push_tinst_level): Do not use make_tinst_level. Set
|
H A D | ChangeLog-2007 | 1284 (push_tinst_level): Likewise, using GGC_NEW instead of make_node.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 9489 push_tinst_level (d); in add_pending_template() 10819 push_tinst_level (tree tmpl, tree args) in push_tinst_level() function 10829 push_tinst_level (tree d) in push_tinst_level() function 11648 if (! push_tinst_level (type)) in instantiate_class_template_1() 21112 if (!push_tinst_level (tmpl, args)) in instantiate_alias_template() 21384 if (!push_tinst_level (fn, explicit_targs)) in fn_type_unification() 21453 if (!explain_p && !push_tinst_level (fn, targs)) in fn_type_unification() 21511 if (!push_tinst_level (fn, targs)) in fn_type_unification() 24603 if (!push_tinst_level (spec_tmpl, deduced_args)) in get_partial_spec_bindings() 25533 else if (push_tinst_level (fn)) in maybe_instantiate_noexcept() [all …]
|
H A D | constraint.cc | 2793 if (!push_tinst_level (t)) in satisfy_declaration_constraints()
|
H A D | method.c | 2459 pushed = push_tinst_level (decl); in get_defaulted_eh_spec()
|
H A D | mangle.c | 3852 && push_tinst_level (decl)) in mangle_decl_string()
|
H A D | cp-tree.h | 7035 extern bool push_tinst_level (tree);
|