Home
last modified time | relevance | path

Searched refs:old_scope (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c2635 cp_binding_level *old_scope = NULL; in check_local_shadow() local
2639 old_scope = binding->scope; in check_local_shadow()
2701 scope != old_scope; scope = scope->level_chain) in check_local_shadow()
2713 && old_scope == current_binding_level->level_chain in check_local_shadow()
2714 && (old_scope->kind == sk_cond || old_scope->kind == sk_for)) in check_local_shadow()
2733 && old_scope == current_binding_level->level_chain in check_local_shadow()
2734 && old_scope->kind == sk_catch) in check_local_shadow()
H A Dparser.c6357 tree old_scope; in cp_parser_nested_name_specifier_opt() local
6448 old_scope = parser->scope; in cp_parser_nested_name_specifier_opt()
6480 parser->scope = old_scope; in cp_parser_nested_name_specifier_opt()
23848 tree old_scope = NULL_TREE; in cp_parser_class_specifier_1() local
23904 old_scope = push_inner_scope (scope); in cp_parser_class_specifier_1()
23923 pop_inner_scope (old_scope, scope); in cp_parser_class_specifier_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc3104 cp_binding_level *old_scope = NULL; in check_local_shadow() local
3108 old_scope = binding->scope; in check_local_shadow()
3170 scope != old_scope; scope = scope->level_chain) in check_local_shadow()
3182 && old_scope == current_binding_level->level_chain in check_local_shadow()
3183 && (old_scope->kind == sk_cond || old_scope->kind == sk_for)) in check_local_shadow()
3202 && old_scope == current_binding_level->level_chain in check_local_shadow()
3203 && old_scope->kind == sk_catch) in check_local_shadow()
H A Dparser.cc6691 tree old_scope; in cp_parser_nested_name_specifier_opt() local
6783 old_scope = parser->scope; in cp_parser_nested_name_specifier_opt()
6816 parser->scope = old_scope; in cp_parser_nested_name_specifier_opt()
25826 tree old_scope = NULL_TREE; in cp_parser_class_specifier_1() local
25890 old_scope = push_inner_scope (scope); in cp_parser_class_specifier_1()
25911 pop_inner_scope (old_scope, scope); in cp_parser_class_specifier_1()