Searched refs:entering_scope (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c2383 finish_template_type (tree name, tree args, int entering_scope) argument
2388 NULL_TREE, NULL_TREE, entering_scope,
H A Dpt.c4499 int entering_scope,
4731 if (!entering_scope && PRIMARY_TEMPLATE_P (template))
6270 int entering_scope)
6300 in_decl, /*entering_scope=*/1);
6318 entering_scope, complain);
6668 complain, t, /*entering_scope=*/1);
6914 in_decl, /*entering_scope=*/1);
7288 /*entering_scope=*/0);
7421 /*entering_scope=*/0,
7727 in_decl, /*entering_scope
4495 lookup_template_class(tree d1, tree arglist, tree in_decl, tree context, int entering_scope, tsubst_flags_t complain) argument
6265 tsubst_aggr_type(tree t, tree args, tsubst_flags_t complain, tree in_decl, int entering_scope) argument
[all...]
H A Dparser.c9341 bool entering_scope;
9347 entering_scope = (template_parm_scope_p ()
9351 = finish_template_type (template, arguments, entering_scope);
9339 bool entering_scope; local

Completed in 218 milliseconds