| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | friend.c | 366 current_template_parms, in make_friend_class() 578 ? current_template_parms in do_friend() 618 && current_template_parms in do_friend()
|
| H A D | constraint.cc | 573 else if (current_template_parms) in build_parameter_mapping() 579 ctx_parms = current_template_parms; in build_parameter_mapping() 1050 if (!current_template_parms) in current_template_constraints() 1052 tree tmpl_constr = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in current_template_constraints() 1067 if (!current_template_parms) in associate_classtype_constraints() 1081 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints() 1090 tree outer_gtargs = template_parms_to_args (current_template_parms); in associate_classtype_constraints() 1562 current_template_parms = DECL_TEMPLATE_PARMS (TREE_TYPE (wildcard)); in introduce_template_template_parameter() 1778 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = check; in finish_template_introduction() 2977 tree args = current_template_parms in finish_nested_requirement() [all …]
|
| H A D | pt.c | 465 current_template_parms in push_inline_template_parms_recursive() 467 parms, current_template_parms); in push_inline_template_parms_recursive() 468 TEMPLATE_PARMS_FOR_INLINE (current_template_parms) = 1; in push_inline_template_parms_recursive() 553 current_template_parms = TREE_CHAIN (current_template_parms); in maybe_end_member_template_processing() 704 current_template_parms in begin_template_parm_list() 707 current_template_parms); in begin_template_parm_list() 742 if (current_template_parms) in check_specialization_scope() 907 if (!current_template_parms) in maybe_new_partial_specialization() 2246 (current_template_parms)))) in determine_specialization() 4342 if (!current_template_parms) in check_template_shadow() [all …]
|
| H A D | decl.c | 5374 ? current_template_parms in start_decl() 9494 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokfndecl() 9914 ? current_template_parms in grokfndecl() 10173 if (TEMPLATE_PARMS_CONSTRAINTS (current_template_parms)) in grokvardecl() 10176 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = NULL_TREE; in grokvardecl() 10182 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokvardecl() 15079 if (current_template_parms) in xref_tag_1() 15081 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in xref_tag_1() 15084 if (!redeclare_class_template (t, current_template_parms, constr)) in xref_tag_1()
|
| H A D | parser.c | 11018 tree reqs = get_shorthand_constraints (current_template_parms); in cp_parser_lambda_declarator_opt() 11021 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = reqs; in cp_parser_lambda_declarator_opt() 16092 tree saved_parms = current_template_parms; in finish_constrained_template_template_parm() 16094 current_template_parms = DECL_TEMPLATE_PARMS (proto); in finish_constrained_template_template_parm() 16098 current_template_parms = saved_parms; in finish_constrained_template_template_parm() 16480 tree reqs = get_shorthand_constraints (current_template_parms); in cp_parser_type_parameter() 16483 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = reqs; in cp_parser_type_parameter() 20963 check_default_tmpl_args (decl, current_template_parms, /*is_primary=*/true, in cp_parser_init_declarator() 22488 if (!current_template_parms || processing_template_parmlist) in function_being_declared_is_template_p() 22805 (current_template_parms)) : 0); in cp_parser_parameter_declaration() [all …]
|
| H A D | semantics.c | 3088 DECL_TEMPLATE_PARMS (tmpl) = current_template_parms; in finish_template_template_parm() 3094 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in finish_template_template_parm() 3367 tree parms = current_template_parms; in fixup_template_type()
|
| H A D | init.c | 1645 if (current_template_parms in expand_member_init()
|
| H A D | cp-tree.h | 1771 #define current_template_parms scope_chain->template_parms macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | friend.cc | 384 current_template_parms, in make_friend_class() 589 ? current_template_parms in do_friend() 623 && current_template_parms in do_friend()
|
| H A D | constraint.cc | 639 initial_parms = current_template_parms; in norm_info() 1104 if (!current_template_parms) in current_template_constraints() 1106 tree tmpl_constr = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in current_template_constraints() 1121 if (!current_template_parms) in associate_classtype_constraints() 1135 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints() 1144 tree outer_gtargs = template_parms_to_args (current_template_parms); in associate_classtype_constraints() 1605 current_template_parms = DECL_TEMPLATE_PARMS (TREE_TYPE (wildcard)); in introduce_template_template_parameter() 1821 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = check; in finish_template_introduction() 3422 tree r = build1 (NESTED_REQ, current_template_parms, expr); in finish_nested_requirement()
|
| H A D | pt.cc | 472 current_template_parms in push_inline_template_parms_recursive() 474 parms, current_template_parms); in push_inline_template_parms_recursive() 475 TEMPLATE_PARMS_FOR_INLINE (current_template_parms) = 1; in push_inline_template_parms_recursive() 560 current_template_parms = TREE_CHAIN (current_template_parms); in maybe_end_member_template_processing() 721 current_template_parms in begin_template_parm_list() 724 current_template_parms); in begin_template_parm_list() 759 if (current_template_parms) in check_specialization_scope() 924 if (!current_template_parms) in maybe_new_partial_specialization() 2278 (current_template_parms)))) in determine_specialization() 2321 current_template_parms)) in determine_specialization() [all …]
|
| H A D | decl.cc | 2042 : INNERMOST_TEMPLATE_PARMS (current_template_parms); in duplicate_decls() 5712 ? current_template_parms in start_decl() 10125 if (!current_template_parms) in grokfndecl() 10130 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokfndecl() 10545 ? current_template_parms in grokfndecl() 10812 if (TEMPLATE_PARMS_CONSTRAINTS (current_template_parms)) in grokvardecl() 10815 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = NULL_TREE; in grokvardecl() 10821 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokvardecl() 14274 = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in grokdeclarator() 15897 if (current_template_parms) in xref_tag() [all …]
|
| H A D | ChangeLog-2021 | 233 (synthesize_implicit_template_parm): Add to current_template_parms 248 current_template_parms instead of processing_template_decl when 1182 (alias_ctad_tweaks): Set current_template_parms accordingly. 3143 * decl.c (grokfndecl): Check current_template_parms. 4543 to current_template_parms. 5011 (push_template_decl): Assert current_template_parms. 5012 (tsubst_template_decl): Set current_template_parms.
|
| H A D | parser.cc | 11533 tree reqs = get_shorthand_constraints (current_template_parms); in cp_parser_lambda_declarator_opt() 11536 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = reqs; in cp_parser_lambda_declarator_opt() 17666 tree saved_parms = current_template_parms; in finish_constrained_template_template_parm() 17668 current_template_parms = DECL_TEMPLATE_PARMS (proto); in finish_constrained_template_template_parm() 17672 current_template_parms = saved_parms; in finish_constrained_template_template_parm() 18058 tree reqs = get_shorthand_constraints (current_template_parms); in cp_parser_type_parameter() 18061 TEMPLATE_PARMS_CONSTRAINTS (current_template_parms) = reqs; in cp_parser_type_parameter() 22847 check_default_tmpl_args (decl, current_template_parms, /*is_primary=*/true, in cp_parser_init_declarator() 24422 if (!current_template_parms || processing_template_parmlist) in function_being_declared_is_template_p() 24745 (current_template_parms)) : 0); in cp_parser_parameter_declaration() [all …]
|
| H A D | ChangeLog-1997 | 1089 current_template_parms before we start diving through them. 1260 (current_template_parms): Return a vector of all the template 2525 current_template_parms.
|
| H A D | ChangeLog-2015 | 2294 from current_template_parms before augmenting the argument 2331 to current_template_parms. 2678 current_template_parms right after processing a paramater. 2695 current_template_parms right after processing a paramater.
|
| H A D | cp-tree.h | 1907 #define current_template_parms scope_chain->template_parms macro 1909 (current_template_parms ? TMPL_PARMS_DEPTH (current_template_parms) : 0)
|
| H A D | semantics.cc | 3397 DECL_TEMPLATE_PARMS (tmpl) = current_template_parms; in finish_template_template_parm() 3403 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms); in finish_template_template_parm() 3698 tree parms = current_template_parms; in fixup_template_type()
|
| H A D | ChangeLog-2008 | 395 * pt.c (push_template_decl_real): Check that current_template_parms 397 (process_partial_specialization): Assert current_template_parms not
|
| H A D | init.cc | 1871 if (current_template_parms in expand_member_init()
|
| H A D | ChangeLog-1996 | 632 * *.c: Use processing_template_decl instead of current_template_parms 2956 * decl.c (maybe_push_to_top_level): Save current_template_parms,
|
| H A D | ChangeLog-1999 | 2691 current_template_parms, processing_template_decl, 2742 (current_template_parms): Remove.
|
| H A D | ChangeLog-2007 | 2274 * cp-tree.h (current_template_parms): Fix typo in comment.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcp1plugin.cc | 1047 #define TP_PARM_LIST TREE_TYPE (current_template_parms)
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | libcp1plugin.cc | 891 #define TP_PARM_LIST TREE_TYPE (current_template_parms)
|