Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc543 tree saved_scope = enclosing_scope; in postfix_expression() local
585 enclosing_scope = saved_scope; in postfix_expression()
1760 tree saved_scope = pp->enclosing_scope; in pp_cxx_function_definition() local
1770 pp->enclosing_scope = saved_scope; in pp_cxx_function_definition()
H A Dname-lookup.cc8232 struct saved_scope *scope_chain;
8324 static GTY((deletable)) struct saved_scope *free_saved_scope;
8329 struct saved_scope *s; in push_to_top_level()
8350 s = ggc_cleared_alloc<saved_scope> (); in push_to_top_level()
8417 struct saved_scope *s = scope_chain; in pop_from_top_level()
H A 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.
H A 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.
H A Dparser.cc7082 tree saved_scope; in cp_parser_qualifying_entity() local
7107 saved_scope = parser->scope; in cp_parser_qualifying_entity()
7113 || (saved_scope && TYPE_P (saved_scope) && cxx_dialect == cxx98); in cp_parser_qualifying_entity()
7129 parser->scope = saved_scope; in cp_parser_qualifying_entity()
16576 tree saved_scope; in cp_parser_conversion_function_id() local
16587 saved_scope = parser->scope; in cp_parser_conversion_function_id()
16603 if (saved_scope) in cp_parser_conversion_function_id()
16604 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()
16611 parser->scope = saved_scope; in cp_parser_conversion_function_id()
30193 tree saved_scope = parser->scope; in cp_parser_type_requirement() local
[all …]
H A Dcp-tree.h1821 struct GTY(()) saved_scope { struct
1867 struct saved_scope *prev; argument
1870 extern GTY(()) struct saved_scope *scope_chain;
H A DChangeLog-20162876 * name-lookup.c (free_saved_scope): New free list of saved_scope
2878 (push_to_top_level): Attempt to reuse a saved_scope struct
2880 (pop_from_top_level_1): Chain the now-unused saved_scope structure
H A DChangeLog-2021888 * cp-tree.h (saved_scope): Document that consteval_if_p member
1795 (struct saved_scope): Change type of omp_declare_target_attribute
2556 * cp-tree.h (struct saved_scope): Add consteval_if_p
H A DChangeLog-20051225 * cp-tree.h (saved_scope): Add skip_evaluation.
2271 * cp-tree.h (saved_scope): Use VEC for lang_base instead of
H A DChangeLog-20141005 * cp-tree.h (struct saved_scope): Add noexcept_operand.
3613 * cp-tree.h (struct saved_scope): Add x_local_specializations.
H A DChangeLog-20012329 (struct saved_scope): Add decl_ns_list.
2696 * cp-tree.h (struct saved_scope): Remove lang_stack field.
H A 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.
H A 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.
H A DChangeLog-1996584 * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
1814 * decl.c (struct saved_scope): Remove named_labels,
H A DChangeLog-19951520 (struct saved_scope): Remove class_decl.
2508 * decl.c (struct saved_scope): Add members base_init_list and
H A DChangeLog-20174899 * cp-tree.h (struct saved_scope): Add deduction_guide_type.
5736 (struct saved_scope): Add discarded_stmt bitfield.
H A DChangeLog-20043845 * cp-tree.h (saved_scope): Make old_bindings a vector.
3918 * cp-tree.h (saved_scope): Remove x_previous_class_type and
H A DChangeLog-20195329 * cp-tree.h (struct saved_scope): Add ref_temp_count.
5425 * cp-tree.h (saved_scope): Add suppress_location_wrappers.
H A DChangeLog-20072512 (struct saved_scope): Make X_PROCESSING_TEMPLATE_DECL an int,
H A DChangeLog-20092116 * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
H A DChangeLog-19981567 * decl.c (saved_scope): Add access_specifier.
6583 * decl.c (saved_scope): Add processing_specialization,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c542 tree saved_scope = enclosing_scope; in postfix_expression() local
584 enclosing_scope = saved_scope; in postfix_expression()
1735 tree saved_scope = pp->enclosing_scope; in pp_cxx_function_definition() local
1745 pp->enclosing_scope = saved_scope; in pp_cxx_function_definition()
H A Dname-lookup.c7006 struct saved_scope *scope_chain;
7099 static GTY((deletable)) struct saved_scope *free_saved_scope;
7104 struct saved_scope *s; in do_push_to_top_level()
7123 s = ggc_cleared_alloc<saved_scope> (); in do_push_to_top_level()
7190 struct saved_scope *s = scope_chain; in do_pop_from_top_level()
H A Dparser.c5868 tree saved_scope; in cp_parser_id_expression() local
5880 saved_scope = parser->scope; in cp_parser_id_expression()
5889 parser->scope = saved_scope; in cp_parser_id_expression()
6746 tree saved_scope; in cp_parser_qualifying_entity() local
6771 saved_scope = parser->scope; in cp_parser_qualifying_entity()
6777 || (saved_scope && TYPE_P (saved_scope) && cxx_dialect == cxx98); in cp_parser_qualifying_entity()
6793 parser->scope = saved_scope; in cp_parser_qualifying_entity()
15020 tree saved_scope; in cp_parser_conversion_function_id() local
15031 saved_scope = parser->scope; in cp_parser_conversion_function_id()
15047 if (saved_scope) in cp_parser_conversion_function_id()
[all …]
H A Dcp-tree.h1687 struct GTY(()) saved_scope { struct
1731 struct saved_scope *prev; argument
1734 extern GTY(()) struct saved_scope *scope_chain;

12