Home
last modified time | relevance | path

Searched refs:saved_scope (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dcxx-pretty-print.c417 tree saved_scope = pp->enclosing_scope; in pp_cxx_postfix_expression() local
455 pp->enclosing_scope = saved_scope; in pp_cxx_postfix_expression()
1370 tree saved_scope = pp->enclosing_scope; in pp_cxx_function_definition() local
1383 pp->enclosing_scope = saved_scope; in pp_cxx_function_definition()
Dparser.c3332 tree saved_scope; in cp_parser_id_expression() local
3344 saved_scope = parser->scope; in cp_parser_id_expression()
3353 parser->scope = saved_scope; in cp_parser_id_expression()
4000 tree saved_scope; in cp_parser_class_or_namespace_name() local
4009 saved_scope = parser->scope; in cp_parser_class_or_namespace_name()
4014 only_class_p = template_keyword_p || (saved_scope && TYPE_P (saved_scope)); in cp_parser_class_or_namespace_name()
4028 parser->scope = saved_scope; in cp_parser_class_or_namespace_name()
7895 tree saved_scope; in cp_parser_conversion_function_id() local
7906 saved_scope = parser->scope; in cp_parser_conversion_function_id()
7922 if (saved_scope) in cp_parser_conversion_function_id()
[all …]
Dname-lookup.c4939 struct saved_scope *scope_chain;
5003 struct saved_scope *s; in push_to_top_level()
5010 s = GGC_CNEW (struct saved_scope); in push_to_top_level()
5073 struct saved_scope *s = scope_chain; in pop_from_top_level()
Dcp-tree.h650 struct saved_scope GTY(())
676 struct saved_scope *prev;
723 extern GTY(()) struct saved_scope *scope_chain;
Dtree.c2101 struct saved_scope *s; in cp_add_pending_fn_decls()
DChangeLog-19991336 (struct saved_scope): Remove firstobj. Add x_saved_tree,
2392 * cp-tree.h (saved_scope): Add function_decl, bindings.
2501 * cp-tree.h (saved_scope): Remove old_binding_level and
2687 (saved_scope): Move here from decl.c. Define globals in terms of
2688 saved_scope: current_namespace, current_class_name,
2705 (saved_scope): Remove.
3612 * decl.c (saved_scope): Remove minimal parse mode.
4555 (saved_scope): Add class_cache_firstobj.
DChangeLog-2002306 (saved_scope): Make processing_explicit_instantiation a boolean.
2653 * cp-tree.h (struct saved_scope): No need for special marking
2803 (struct saved_scope): Use GGC, gengtype.
3291 (struct saved_scope): Remove incomplete.
3608 * cp-tree.h (struct saved_scope): Add last_parms field.
DChangeLog-20012329 (struct saved_scope): Add decl_ns_list.
2696 * cp-tree.h (struct saved_scope): Remove lang_stack field.
DChangeLog-20034363 * cp-tree.h (saved_scope): Remove check_access field.
5551 (struct saved_scope): Adjust type of field 'old_binding'.
6416 (saved_scope): Likewise.
DChangeLog-20001076 * cp-tree.h (struct saved_scope): Remove x_function_parms.
6257 * cp-tree.h (struct saved_scope): Add incomplete field.
6276 (struct saved_scope): Add lookups field.
DChangeLog-19951520 (struct saved_scope): Remove class_decl.
2508 * decl.c (struct saved_scope): Add members base_init_list and
DChangeLog-1996584 * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
1814 * decl.c (struct saved_scope): Remove named_labels,
DChangeLog-20043845 * cp-tree.h (saved_scope): Make old_bindings a vector.
3918 * cp-tree.h (saved_scope): Remove x_previous_class_type and
DChangeLog4740 * cp-tree.h (saved_scope): Add skip_evaluation.
5786 * cp-tree.h (saved_scope): Use VEC for lang_base instead of
DChangeLog-19981567 * decl.c (saved_scope): Add access_specifier.
6583 * decl.c (saved_scope): Add processing_specialization,
DChangeLog-19944084 * decl.c (struct saved_scope): Add lang_base, lang_stack,
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcp-tree.h785 struct saved_scope GTY(())
813 struct saved_scope *prev;
868 extern GTY(()) struct saved_scope *scope_chain;
Ddecl.c2602 struct saved_scope *scope_chain;
2653 struct saved_scope *s;
2660 s = (struct saved_scope *) ggc_alloc_cleared (sizeof (struct saved_scope));
2724 struct saved_scope *s = scope_chain; in pop_from_top_level()
Dtree.c2205 struct saved_scope *s;
DChangeLog1635 (struct saved_scope): Adjust type of field 'old_binding'.
4056 * cp-tree.h (struct saved_scope): No need for special marking
4206 (struct saved_scope): Use GGC, gengtype.
4694 (struct saved_scope): Remove incomplete.
5011 * cp-tree.h (struct saved_scope): Add last_parms field.
8306 (struct saved_scope): Add decl_ns_list.
8673 * cp-tree.h (struct saved_scope): Remove lang_stack field.
10948 * cp-tree.h (struct saved_scope): Remove x_function_parms.
16129 * cp-tree.h (struct saved_scope): Add incomplete field.
16148 (struct saved_scope): Add lookups field.
DChangeLog.21336 (struct saved_scope): Remove firstobj. Add x_saved_tree,
2392 * cp-tree.h (saved_scope): Add function_decl, bindings.
2501 * cp-tree.h (saved_scope): Remove old_binding_level and
2687 (saved_scope): Move here from decl.c. Define globals in terms of
2688 saved_scope: current_namespace, current_class_name,
2705 (saved_scope): Remove.
3612 * decl.c (saved_scope): Remove minimal parse mode.
4555 (saved_scope): Add class_cache_firstobj.
8355 * decl.c (saved_scope): Add access_specifier.
13371 * decl.c (saved_scope): Add processing_specialization,
[all …]
DChangeLog.11169 (struct saved_scope): Remove class_decl.
2157 * decl.c (struct saved_scope): Add members base_init_list and
7524 * decl.c (struct saved_scope): Add lang_base, lang_stack,