Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dparser.c6966 tree pushed_scope; in cp_parser_condition() local
6973 &pushed_scope); in cp_parser_condition()
6988 if (pushed_scope) in cp_parser_condition()
6989 pop_scope (pushed_scope); in cp_parser_condition()
7071 tree pushed_scope = NULL; in cp_parser_parse_foreach_stmt() local
7081 &pushed_scope); in cp_parser_parse_foreach_stmt()
8316 tree pushed_scope = NULL_TREE; in cp_parser_conversion_function_id() local
8341 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()
8345 if (pushed_scope) in cp_parser_conversion_function_id()
8346 pop_scope (pushed_scope); in cp_parser_conversion_function_id()
[all …]
Ddecl2.c551 tree pushed_scope; in check_classfn() local
585 pushed_scope = push_scope (ctype); in check_classfn()
634 if (pushed_scope) in check_classfn()
635 pop_scope (pushed_scope); in check_classfn()
687 if (pushed_scope) in check_classfn()
688 pop_scope (pushed_scope); in check_classfn()
Dpt.c5793 tree pushed_scope; in instantiate_class_template() local
5799 pushed_scope = push_scope (context ? context : global_namespace); in instantiate_class_template()
5821 if (pushed_scope) in instantiate_class_template()
5822 pop_scope (pushed_scope); in instantiate_class_template()
13252 tree pushed_scope; in resolve_typename_type() local
13281 pushed_scope = push_scope (scope); in resolve_typename_type()
13311 if (pushed_scope) in resolve_typename_type()
13312 pop_scope (pushed_scope); in resolve_typename_type()
Ddecl.c6751 tree pushed_scope; in grokfndecl() local
6775 pushed_scope = push_scope (ctype); in grokfndecl()
6777 if (pushed_scope) in grokfndecl()
6778 pop_scope (pushed_scope); in grokfndecl()