Home
last modified time | relevance | path

Searched refs:push_access_scope (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc2795 push_access_scope (t); in satisfy_declaration_constraints()
2817 push_access_scope (pattern); in satisfy_declaration_constraints()
H A Dpt.c237 push_access_scope (tree t) in push_access_scope() function
13571 push_access_scope (fn); in tsubst_default_argument()
20889 push_access_scope (d); in recheck_decl_substitution()
21041 push_access_scope (fndecl); in instantiate_template_1()
21531 push_access_scope (decl); in fn_type_unification()
25271 push_access_scope (decl); in regenerate_decl_from_template()
25536 push_access_scope (fn); in maybe_instantiate_noexcept()
H A Dcp-tree.h6884 extern void push_access_scope (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc3208 push_access_scope (t); in satisfy_declaration_constraints()
3272 push_access_scope (pattern); in satisfy_declaration_constraints()
H A DChangeLog-20112415 * pt.c (push_access_scope, pop_access_scope): Use them rather than
3054 * pt.c (get_mostly_instantiated_function_type): Use push_access_scope.
3213 * pt.c (push_access_scope, pop_access_scope): Use them rather than
H A Dpt.cc231 push_access_scope (tree t) in push_access_scope() function
13962 push_access_scope (fn); in tsubst_default_argument()
21673 push_access_scope (d); in recheck_decl_substitution()
21831 push_access_scope (fndecl); in instantiate_template_1()
22358 push_access_scope (decl); in fn_type_unification()
26168 push_access_scope (decl); in regenerate_decl_from_template()
26393 push_access_scope (fn); in maybe_instantiate_noexcept()
H A Dcp-tree.h7267 extern void push_access_scope (tree);
8688 push_access_scope (decl); in push_access_scope_guard()
H A DChangeLog-20033078 (push_access_scope): Move code from push_access_scope_real.
3683 * pt.c (push_access_scope_real, push_access_scope, pop_access_scope)
6708 (push_access_scope): Likewise.
H A DChangeLog-20212341 * pt.c (push_access_scope): When the argument corresponds to
2465 * pt.c (push_access_scope): For artificial deduction guides,
H A DChangeLog-2012944 (push_access_scope): Allow TYPE_DECL.
H A DChangeLog-20053482 * pt.c (push_access_scope): Handle friend defined in class.
H A DChangeLog-20133562 * pt.c (push_access_scope): Likewise.
H A DChangeLog-20042561 * pt.c (push_access_scope, finish_member_template_decl,
H A DChangeLog-20192151 (push_access_scope, pop_access_scope): No longer static.