Home
last modified time | relevance | path

Searched refs:initial_parms (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc634 initial_parms = DECL_TEMPLATE_PARMS (in_decl); in norm_info()
639 initial_parms = current_template_parms; in norm_info()
665 return initial_parms; in ctx_parms()
679 tree initial_parms = NULL_TREE; member
801 info.initial_parms); in normalize_atom()
3070 tree initial_parms = TREE_PURPOSE (ci); in normalize_placeholder_type_constraints() local
3076 initial_parms in normalize_placeholder_type_constraints()
3077 = tree_cons (size_int (initial_parms in normalize_placeholder_type_constraints()
3078 ? TMPL_PARMS_DEPTH (initial_parms) + 1 : 1), in normalize_placeholder_type_constraints()
3079 make_tree_vec (0), initial_parms); in normalize_placeholder_type_constraints()
[all …]
H A DChangeLog-20212605 level to initial_parms.
4522 initial_parms appropriately, and don't set the now-removed
4532 (norm_info::initial_parms): Define this data member.
4535 info.initial_parms instead of info.orig_decl.