Home
last modified time | relevance | path

Searched refs:push_template_decl (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dfriend.c354 decl = DECL_TI_TEMPLATE (push_template_decl (decl));
Ddecl2.c960 value = push_template_decl (value);
1024 value = push_template_decl (value);
5018 decl = push_template_decl (decl);
DChangeLog.23126 * except.c (expand_start_catch_block): Call push_template_decl for
3543 * decl2.c (grokfield): Call push_template_decl for a TYPE_DECL in
7315 maybe_process_partial_specialization before push_template_decl.
7316 Don't call push_template_decl for a specialization.
8851 push_template_decl. Check partial specializations more
8853 (push_template_decl): Call it.
9516 (push_template_decl): Check for primary-template enum declarations
9660 push_template_decl. Don't call push_template_decl for
9673 push_template_decl_real instead of push_template_decl.
10864 * decl.c (pushtag): Don't call push_template_decl when we
[all …]
Dsemantics.c785 decl = push_template_decl (decl);
Ddecl.c7848 tem = push_template_decl (tem);
14468 decl1 = push_template_decl (decl1);
15215 fndecl = push_template_decl (fndecl);
Dpt.c798 push_template_decl (TYPE_MAIN_DECL (type));
2955 push_template_decl (decl) in push_template_decl() function
Dcp-tree.h4081 extern tree push_template_decl PARAMS ((tree));
Dclass.c6616 value = push_template_decl (value); in build_self_reference()
DChangeLog13219 (push_template_decl): Always register specializations of the most
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-1998527 maybe_process_partial_specialization before push_template_decl.
528 Don't call push_template_decl for a specialization.
2063 push_template_decl. Check partial specializations more
2065 (push_template_decl): Call it.
2728 (push_template_decl): Check for primary-template enum declarations
2872 push_template_decl. Don't call push_template_decl for
2885 push_template_decl_real instead of push_template_decl.
4076 * decl.c (pushtag): Don't call push_template_decl when we
4794 (push_template_decl): Push into namespace level.
4976 (push_template_decl): Use it.
[all …]
DChangeLog-1997936 (push_template_decl): Handle member template specializations.
1117 (push_template_decl): Mark member templates as static when
1153 * pt.c (push_template_decl): Likewise.
1262 (push_template_decl): Deal with the possibility of member
1699 * pt.c (push_template_decl): Correctly determine # of template parms
1707 * pt.c (push_template_decl): Complain about mismatch in # of
2415 * pt.c (push_template_decl): Handle getting a typedef.
Ddecl2.c807 value = push_template_decl (value); in grokfield()
880 value = push_template_decl (value); in grokfield()
DChangeLog-1996292 (push_template_decl): Use it.
1046 * pt.c (push_template_decl): Handle partial specs.
1054 (shadow_tag): Call push_template_decl for partial specializations.
2452 (overload_template_name, push_template_decl): Add decls.
2504 * pt.c (push_template_decl): Complain about template decl with
2681 * pt.c (push_template_decl): Don't crash if we get a member defn
3007 (push_template_decl): Likewise.
Dsemantics.c1098 decl = push_template_decl (decl); in finish_handler_parms()
Ddecl.c3996 tem = push_template_decl (tem); in start_decl()
10593 tree newdecl1 = push_template_decl (decl1); in start_preparsed_function()
11443 fndecl = push_template_decl (fndecl); in start_method()
Dcp-tree.h4113 extern tree push_template_decl (tree);
Dpt.c721 push_template_decl (TYPE_MAIN_DECL (type)); in maybe_process_partial_specialization()
3330 push_template_decl (tree decl) in push_template_decl() function
Dclass.c6224 value = push_template_decl (value); in build_self_reference()
DChangeLog-2003808 * decl.c (start_decl): Exit if push_template_decl returns
1995 * decl.c (start_method): Return immediately if push_template_decl
DChangeLog-19993126 * except.c (expand_start_catch_block): Call push_template_decl for
3543 * decl2.c (grokfield): Call push_template_decl for a TYPE_DECL in
Dparser.c13556 type = push_template_decl (type); in cp_parser_class_head()
DChangeLog-2004423 push_template_decl fails. Update comment.
DChangeLog-20003347 (push_template_decl): Always register specializations of the most