Searched refs:push_template_decl_real (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | friend.c | 358 decl = push_template_decl_real (decl, /*is_friend=*/1); 408 decl = push_template_decl_real (decl, /*is_friend=*/1);
|
H A D | ChangeLog.2 | 2529 * 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 D | ChangeLog | 186 * 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 D | pt.c | 2699 push_template_decl_real (decl, is_friend) in push_template_decl_real() function 2958 return push_template_decl_real (decl, 0);
|
H A D | cp-tree.h | 4082 extern tree push_template_decl_real PARAMS ((tree, int));
|
H A D | decl.c | 2882 decl = push_template_decl_real (decl, globalize);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | friend.c | 481 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 D | ChangeLog-1998 | 805 (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 D | ChangeLog-2002 | 393 (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 D | ChangeLog-2004 | 532 * 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 D | ChangeLog | 1027 * 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 D | ChangeLog-1999 | 2529 * 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 D | cp-tree.h | 4114 extern tree push_template_decl_real (tree, bool);
|
H A D | name-lookup.c | 4752 decl = push_template_decl_real (decl, is_friend); in maybe_process_template_type_declaration()
|
H A D | ChangeLog-2001 | 12 * 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 D | ChangeLog-2003 | 579 (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 D | pt.c | 3025 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 D | ChangeLog-2000 | 5487 (push_template_decl_real): Remove bogus error message. 6186 (push_template_decl_real): Likewise.
|