Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcxx-pretty-print.c507 tree saved_scope = pp->enclosing_scope; in pp_cxx_postfix_expression() local
549 pp->enclosing_scope = saved_scope; in pp_cxx_postfix_expression()
1620 tree saved_scope = pp->enclosing_scope; in pp_cxx_function_definition() local
1633 pp->enclosing_scope = saved_scope; in pp_cxx_function_definition()
H A Dparser.c4460 tree saved_scope; in cp_parser_id_expression() local
5219 tree saved_scope; in cp_parser_qualifying_entity() local
5244 saved_scope = parser->scope; in cp_parser_qualifying_entity()
5250 || (saved_scope && TYPE_P (saved_scope) && cxx_dialect == cxx98); in cp_parser_qualifying_entity()
11204 tree saved_scope; in cp_parser_conversion_function_id() local
11215 saved_scope = parser->scope; in cp_parser_conversion_function_id()
11231 if (saved_scope) in cp_parser_conversion_function_id()
11239 parser->scope = saved_scope; in cp_parser_conversion_function_id()
21533 tree saved_scope; in cp_parser_enclosed_template_argument_list() local
21550 saved_scope = parser->scope; in cp_parser_enclosed_template_argument_list()
[all …]
H A Dname-lookup.c5832 struct saved_scope *scope_chain;
5896 struct saved_scope *s; in push_to_top_level()
5969 struct saved_scope *s = scope_chain; in pop_from_top_level_1()
H A Dcp-tree.h974 struct GTY(()) saved_scope { struct
1005 struct saved_scope *prev; argument
1056 extern GTY(()) struct saved_scope *scope_chain;
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcxx-pretty-print.c490 tree saved_scope = enclosing_scope; in postfix_expression() local
532 enclosing_scope = saved_scope; in postfix_expression()
1683 tree saved_scope = pp->enclosing_scope; in pp_cxx_function_definition() local
1693 pp->enclosing_scope = saved_scope; in pp_cxx_function_definition()
H A Dname-lookup.c6778 struct saved_scope *scope_chain;
6871 static GTY((deletable)) struct saved_scope *free_saved_scope;
6876 struct saved_scope *s; in do_push_to_top_level()
6895 s = ggc_cleared_alloc<saved_scope> (); in do_push_to_top_level()
6960 struct saved_scope *s = scope_chain; in do_pop_from_top_level()
H A Dparser.c5719 tree saved_scope; in cp_parser_id_expression() local
6539 tree saved_scope; in cp_parser_qualifying_entity() local
6564 saved_scope = parser->scope; in cp_parser_qualifying_entity()
6570 || (saved_scope && TYPE_P (saved_scope) && cxx_dialect == cxx98); in cp_parser_qualifying_entity()
14202 tree saved_scope; in cp_parser_conversion_function_id() local
14213 saved_scope = parser->scope; in cp_parser_conversion_function_id()
14229 if (saved_scope) in cp_parser_conversion_function_id()
14237 parser->scope = saved_scope; in cp_parser_conversion_function_id()
26022 parser->scope = saved_scope; in cp_parser_type_requirement()
27115 parser->scope = saved_scope; in cp_parser_template_introduction()
[all …]
H A Dcp-tree.h1548 struct GTY(()) saved_scope { struct
1589 struct saved_scope *prev; argument
1592 extern GTY(()) struct saved_scope *scope_chain;