Home
last modified time | relevance | path

Searched refs:push_template_decl_real (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dfriend.c481 decl = push_template_decl_real (decl, /*is_friend=*/true); in do_friend()
528 decl = push_template_decl_real (decl, /*is_friend=*/true); in do_friend()
DChangeLog-1998805 (push_template_decl_real): Here.
937 * pt.c (push_template_decl_real): Generalize check for incorrect
973 * pt.c (push_template_decl_real): Complain about default template
2823 (push_template_decl_real): Fix comment.
2885 push_template_decl_real instead of push_template_decl.
2933 (push_template_decl_real): Change ill-named mainargs to specargs.
3388 * pt.c (push_template_decl_real): Don't look at DECL_TEMPLATE_INFO
3501 * pt.c (push_template_decl_real, lookup_template_class, tsubst):
3684 (push_template_decl_real): Use it.
4961 (push_template_decl_real): New function.
[all …]
DChangeLog-2002393 (push_template_decl_real): Remove unnecessary test.
890 (push_template_decl_real): Likewise.
1840 (push_template_decl_real): Likewise.
2297 * pt.c (template_parm_this_level_p, push_template_decl_real):
3656 (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
3990 * pt.c (push_template_decl_real): Template parm contexts are never
DChangeLog-2004532 * pt.c (push_template_decl_real): Return immediately if
1462 (push_template_decl_real): Determine whether the template is a
1493 push_template_decl_real, redeclare_class_template,
2776 * pt.c (push_template_decl_real): Disallow template allocation
5984 * pt.c (push_template_decl_real): Robustify.
6035 * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL
6466 * pt.c (push_template_decl_real): Reorder condition for speed.
DChangeLog-19992529 * pt.c (push_template_decl_real): Don't use copy_to_permanent.
2990 * pt.c (push_template_decl_real): Make permanent lists have
2998 * pt.c (push_template_decl_real): Use template declaration from
3293 * pt.c (push_template_decl_real): Complain about everything
3339 * pt.c (push_template_decl_real): Issue errors for variable
3360 * pt.c (push_template_decl_real): Don't push a template multiple
3564 (push_template_decl_real): Use DECL_IMPLICIT_TYPEDEF_P. Just use
DChangeLog1096 * pt.c (push_template_decl_real): A friend template with class
2089 * pt.c (push_template_decl_real): Return error_mark_node instead
3920 (push_template_decl_real): Likewise.
4292 * pt.c (push_template_decl_real): Complain about attempts to
4644 (push_template_decl_real): Change is_friend parameter to bool.
4866 * pt.c (push_template_decl_real): Return error_mark_node if the
6378 * pt.c (push_template_decl_real): Make hidden class template
Dname-lookup.c4808 decl = push_template_decl_real (decl, is_friend); in maybe_process_template_type_declaration()
Dcp-tree.h4166 extern tree push_template_decl_real (tree, bool);
DChangeLog-200112 * pt.c (push_template_decl_real): Make sure DECL has
3102 * pt.c (push_template_decl_real): Don't remangle the name of a
DChangeLog-2003579 (push_template_decl_real): Use uses_template_parms_level.
849 * pt.c (push_template_decl_real): Return error_mark_node for
1997 * pt.c (push_template_decl_real): Disallow member template
Dpt.c3025 push_template_decl_real (tree decl, bool is_friend) in push_template_decl_real() function
3332 return push_template_decl_real (decl, false); in push_template_decl()
DChangeLog-20005487 (push_template_decl_real): Remove bogus error message.
6186 (push_template_decl_real): Likewise.