Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dfriend.c358 decl = push_template_decl_real (decl, /*is_friend=*/1);
408 decl = push_template_decl_real (decl, /*is_friend=*/1);
H A DChangeLog.22529 * 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
7593 (push_template_decl_real): Here.
9611 (push_template_decl_real): Fix comment.
9673 push_template_decl_real instead of push_template_decl.
10472 (push_template_decl_real): Use it.
11749 (push_template_decl_real): New function.
[all …]
H A DChangeLog186 * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL
2301 (push_template_decl_real): Likewise.
3243 (push_template_decl_real): Likewise.
3700 * pt.c (template_parm_this_level_p, push_template_decl_real):
5059 (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
5393 * pt.c (push_template_decl_real): Template parm contexts are never
5989 * pt.c (push_template_decl_real): Make sure DECL has
9079 * pt.c (push_template_decl_real): Don't remangle the name of a
15359 (push_template_decl_real): Remove bogus error message.
16058 (push_template_decl_real): Likewise.
H A Dpt.c2699 push_template_decl_real (decl, is_friend) in push_template_decl_real() function
2958 return push_template_decl_real (decl, 0);
H A Dcp-tree.h4082 extern tree push_template_decl_real PARAMS ((tree, int));
H A Ddecl.c2882 decl = push_template_decl_real (decl, globalize);
/openbsd/gnu/gcc/gcc/cp/
H A 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()
H A 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 …]
H A 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
H A 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.
H A DChangeLog1027 * pt.c (push_template_decl_real): A friend template with class
2020 * pt.c (push_template_decl_real): Return error_mark_node instead
3851 (push_template_decl_real): Likewise.
4223 * pt.c (push_template_decl_real): Complain about attempts to
4575 (push_template_decl_real): Change is_friend parameter to bool.
4797 * pt.c (push_template_decl_real): Return error_mark_node if the
6309 * pt.c (push_template_decl_real): Make hidden class template
H A 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
H A Dcp-tree.h4114 extern tree push_template_decl_real (tree, bool);
H A Dname-lookup.c4752 decl = push_template_decl_real (decl, is_friend); in maybe_process_template_type_declaration()
H A 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
H 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
H A 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()
H A DChangeLog-20005487 (push_template_decl_real): Remove bogus error message.
6186 (push_template_decl_real): Likewise.