Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c12306 tree pushed_scope; in cp_parser_condition() local
12317 &pushed_scope); in cp_parser_condition()
12347 if (pushed_scope) in cp_parser_condition()
12348 pop_scope (pushed_scope); in cp_parser_condition()
13962 tree pushed_scope; in cp_parser_decomposition_declaration() local
13972 &pushed_scope); in cp_parser_decomposition_declaration()
14053 if (pushed_scope) in cp_parser_decomposition_declaration()
14054 pop_scope (pushed_scope); in cp_parser_decomposition_declaration()
15023 tree pushed_scope = NULL_TREE; in cp_parser_conversion_function_id() local
15048 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()
[all …]
H A Ddecl2.c644 tree pushed_scope = push_scope (ctype); in check_classfn() local
727 if (pushed_scope) in check_classfn()
728 pop_scope (pushed_scope); in check_classfn()
1504 tree pushed_scope = NULL_TREE; in find_last_decl() local
1506 pushed_scope = push_scope (ctype); in find_last_decl()
1510 if (pushed_scope) in find_last_decl()
1511 pop_scope (pushed_scope); in find_last_decl()
H A Ddecl.c9923 tree pushed_scope; in grokfndecl() local
9959 pushed_scope = push_scope (ctype); in grokfndecl()
9961 if (pushed_scope) in grokfndecl()
9962 pop_scope (pushed_scope); in grokfndecl()
12431 tree pushed_scope = NULL_TREE; in grokdeclarator() local
12436 pushed_scope in grokdeclarator()
12441 if (pushed_scope) in grokdeclarator()
12442 pop_scope (pushed_scope); in grokdeclarator()
H A Dpt.c11706 tree pushed_scope; in instantiate_class_template_1() local
11712 pushed_scope = push_scope (CP_TYPE_CONTEXT (type)); in instantiate_class_template_1()
11756 if (pushed_scope) in instantiate_class_template_1()
11757 pop_scope (pushed_scope); in instantiate_class_template_1()
27737 tree pushed_scope; in resolve_typename_type() local
27793 pushed_scope = push_scope (scope); in resolve_typename_type()
27840 if (pushed_scope) in resolve_typename_type()
27841 pop_scope (pushed_scope); in resolve_typename_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc13386 tree pushed_scope; in cp_parser_condition() local
13397 &pushed_scope); in cp_parser_condition()
13428 if (pushed_scope) in cp_parser_condition()
13429 pop_scope (pushed_scope); in cp_parser_condition()
15490 tree pushed_scope; in cp_parser_decomposition_declaration() local
15500 &pushed_scope); in cp_parser_decomposition_declaration()
15578 if (pushed_scope) in cp_parser_decomposition_declaration()
15579 pop_scope (pushed_scope); in cp_parser_decomposition_declaration()
16579 tree pushed_scope = NULL_TREE; in cp_parser_conversion_function_id() local
16604 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()
[all …]
H A Ddecl2.cc755 tree pushed_scope = push_scope (ctype); in check_classfn() local
859 if (pushed_scope) in check_classfn()
860 pop_scope (pushed_scope); in check_classfn()
1642 tree pushed_scope = NULL_TREE; in find_last_decl() local
1644 pushed_scope = push_scope (ctype); in find_last_decl()
1648 if (pushed_scope) in find_last_decl()
1649 pop_scope (pushed_scope); in find_last_decl()
H A Ddecl.cc10554 tree pushed_scope; in grokfndecl() local
10590 pushed_scope = push_scope (ctype); in grokfndecl()
10592 if (pushed_scope) in grokfndecl()
10593 pop_scope (pushed_scope); in grokfndecl()
13127 tree pushed_scope = NULL_TREE; in grokdeclarator() local
13132 pushed_scope in grokdeclarator()
13137 if (pushed_scope) in grokdeclarator()
13138 pop_scope (pushed_scope); in grokdeclarator()
H A Dpt.cc28662 tree pushed_scope; in resolve_typename_type() local
28718 pushed_scope = push_scope (scope); in resolve_typename_type()
28765 if (pushed_scope) in resolve_typename_type()
28766 pop_scope (pushed_scope); in resolve_typename_type()
H A DChangeLog-20113749 * parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE