Home
last modified time | relevance | path

Searched refs:begin_scope (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddump-context.h103 void begin_scope (const char *name,
Ddumpfile.cc1115 dump_context::begin_scope (const char *name, in begin_scope() function in dump_context
1448 dump_context::get ().begin_scope (name, user_location, impl_location); in dump_begin_scope()
DChangeLog-20182740 (dump_context::begin_scope): Split out 2nd param into
2773 (dump_context::begin_scope): Split out 2nd param into
3536 * dumpfile.c (dump_context::begin_scope): Call end_any_optinfo
8905 (dump_context::begin_scope): Increment the scope depth first. Use
10139 * dumpfile.c (dump_context::begin_scope): Filter the dump_loc
12908 (dump_context::begin_scope): Reimplement call to
14395 (dump_context::begin_scope): Reimplement, avoiding direct usage
14563 (dump_context::begin_scope): Explicitly using the global function
15985 (dump_context::begin_scope): New member function.
DChangeLog-20203170 (dump_context::begin_scope): Same.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dname-lookup.h341 extern cp_binding_level *begin_scope (scope_kind, tree);
DChangeLog-20031014 (begin_scope): Move to name-lookup.c.
1219 (begin_scope): Change prototype.
1221 * decl.c (push_binding_level): Fold in begin_scope. Remove.
1226 (make_cxx_scope): Fold in begin_scope. Remove..
1228 (begin_scope): Change prototype. Return a scope. Tidy.
1234 (initial_push_namespace_scope): Fold in begin_scope. Remove.
1392 (begin_scope): Simplify.
1423 (start_function): Use begin_scope, not pushlevel.
1426 (start_method): Use begin_scope, not pushlevel.
Dname-lookup.cc4260 begin_scope (scope_kind kind, tree entity) in begin_scope() function
4435 begin_scope (sk_cleanup, NULL); in maybe_push_cleanup_level()
5163 class_binding_level = begin_scope (sk_class, current_class_type); in pushlevel_class()
DChangeLog-2004551 (begin_scope, leave_scope, kept_level_p, print_binding_level):
2550 * name-lookup.c (pop_binding, begin_scope, leave_scope,
3263 (begin_scope): Likewise.
3933 (begin_scope): Use it.
Dparser.cc11571 begin_scope (sk_function_parms, /*entity=*/NULL_TREE); in cp_parser_lambda_declarator_opt()
20981 begin_scope (sk_scoped_enum, type); in cp_parser_enum_specifier()
23106 begin_scope (sk_function_parms, NULL_TREE); in cp_parser_direct_declarator()
25786 begin_scope (sk_function_parms, decl); in inject_parm_decls()
29983 begin_scope (sk_function_parms, NULL_TREE); in cp_parser_requires_expression()
32347 begin_scope (sk_function_parms, fn); in cp_parser_late_parsing_default_args()
34043 begin_scope (sk_function_parms, NULL_TREE); in cp_parser_cache_defarg()
39239 begin_scope (sk_omp, NULL); in cp_parser_omp_clause_affinity()
39309 begin_scope (sk_omp, NULL); in cp_parser_omp_clause_depend()
48221 = begin_scope (sk_template_parms, NULL); in synthesize_implicit_template_parm()
DChangeLog-2006357 * name-lookup.c (begin_scope): Use GGC_CNEW instead of
2622 * name-lookup.c (begin_scope): Handle it.
DChangeLog-2010978 (tsubst_enum): Call to begin_scope, finish_scope and
2392 (begin_scope): Likewise.
Ddecl.cc4523 begin_scope (sk_namespace, global_namespace); in cxx_init_decl_processing()
17390 begin_scope (sk_function_parms, decl1); in start_preparsed_function()
17796 begin_scope (sk_function_parms, NULL); in emit_coro_helper()
Dpt.cc477 begin_scope (TREE_VEC_LENGTH (parms) ? sk_template_parms : sk_template_spec, in push_inline_template_parms_recursive()
715 begin_scope (sk_template_parms, NULL); in begin_template_parm_list()
773 begin_scope (sk_template_spec, NULL); in begin_specialization()
17732 begin_scope (sk_omp, NULL); in tsubst_omp_clause_decl()
27179 begin_scope (sk_scoped_enum, newtag); in tsubst_enum()
DChangeLog-20005460 (begin_scope): New function.
5470 (begin_scope): Likewise.
5480 * pt.c (begin_template_parm_list): Use begin_scope.
DChangeLog-20174326 (begin_scope): Adjust.
4372 (namespace_scope_ht_size, begin_scope, pushtag_1,
DChangeLog-2008810 * name-lookup.c (begin_scope): Deal with scoped enumeration
DChangeLog-20052216 * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
DChangeLog-20142517 (begin_scope): Likewise.
DChangeLog-20151575 * name-lookup.c (begin_scope): Handle it.
DChangeLog-20164062 * name-lookup.c (begin_scope): After reusing a cp_binding_level
DChangeLog-20113107 (begin_scope): Handle sk_cond.
DChangeLog-200265 * decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
Dsemantics.cc677 begin_scope (sk, NULL); in do_pushlevel()
DChangeLog-2020728 * name-lookup.c (begin_scope): Set immediate_fn_ctx_p.