| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cxx-pretty-print.cc | 543 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 D | name-lookup.cc | 8232 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 D | ChangeLog-1999 | 1336 (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 D | ChangeLog-2002 | 306 (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 D | parser.cc | 7082 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 D | cp-tree.h | 1821 struct GTY(()) saved_scope { struct 1867 struct saved_scope *prev; argument 1870 extern GTY(()) struct saved_scope *scope_chain;
|
| H A D | ChangeLog-2016 | 2876 * 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 D | ChangeLog-2021 | 888 * 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 D | ChangeLog-2005 | 1225 * cp-tree.h (saved_scope): Add skip_evaluation. 2271 * cp-tree.h (saved_scope): Use VEC for lang_base instead of
|
| H A D | ChangeLog-2014 | 1005 * cp-tree.h (struct saved_scope): Add noexcept_operand. 3613 * cp-tree.h (struct saved_scope): Add x_local_specializations.
|
| H A D | ChangeLog-2001 | 2329 (struct saved_scope): Add decl_ns_list. 2696 * cp-tree.h (struct saved_scope): Remove lang_stack field.
|
| H A D | ChangeLog-2003 | 4363 * 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 D | ChangeLog-2000 | 1076 * 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 D | ChangeLog-1996 | 584 * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as 1814 * decl.c (struct saved_scope): Remove named_labels,
|
| H A D | ChangeLog-1995 | 1520 (struct saved_scope): Remove class_decl. 2508 * decl.c (struct saved_scope): Add members base_init_list and
|
| H A D | ChangeLog-2017 | 4899 * cp-tree.h (struct saved_scope): Add deduction_guide_type. 5736 (struct saved_scope): Add discarded_stmt bitfield.
|
| H A D | ChangeLog-2004 | 3845 * cp-tree.h (saved_scope): Make old_bindings a vector. 3918 * cp-tree.h (saved_scope): Remove x_previous_class_type and
|
| H A D | ChangeLog-2019 | 5329 * cp-tree.h (struct saved_scope): Add ref_temp_count. 5425 * cp-tree.h (saved_scope): Add suppress_location_wrappers.
|
| H A D | ChangeLog-2007 | 2512 (struct saved_scope): Make X_PROCESSING_TEMPLATE_DECL an int,
|
| H A D | ChangeLog-2009 | 2116 * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
|
| H A D | ChangeLog-1998 | 1567 * 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 D | cxx-pretty-print.c | 542 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 D | name-lookup.c | 7006 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 D | parser.c | 5868 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 D | cp-tree.h | 1687 struct GTY(()) saved_scope { struct 1731 struct saved_scope *prev; argument 1734 extern GTY(()) struct saved_scope *scope_chain;
|