Home
last modified time | relevance | path

Searched refs:push_scope (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.c78 push_scope (int slink) in push_scope() function
734 push_scope (1); in doit()
758 push_scope (1); in doit()
777 push_scope (0); in doit()
807 push_scope (1); in doit()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c78 push_scope (int slink) in push_scope() function
714 push_scope (1); in doit()
738 push_scope (1); in doit()
757 push_scope (0); in doit()
787 push_scope (1); in doit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h272 extern tree push_scope (tree);
H A Dmethod.c2339 tree scope = push_scope (ctype); in synthesized_method_walk()
2548 tree scope = push_scope (ctype); in maybe_explain_implicit_delete()
H A Ddecl2.c644 tree pushed_scope = push_scope (ctype); in check_classfn()
1506 pushed_scope = push_scope (ctype); in find_last_decl()
H A Dparser.c15048 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()
19273 push_scope (nested_name_specifier); in cp_parser_enum_specifier()
20820 pushed_scope = push_scope (scope); in cp_parser_init_declarator()
21680 pushed_scope = push_scope (scope); in cp_parser_direct_declarator()
24098 pushed_scope = push_scope (class_type); in cp_parser_class_specifier_1()
24120 pushed_scope = push_scope (class_type); in cp_parser_class_specifier_1()
24170 pushed_scope = push_scope (class_type); in cp_parser_class_specifier_1()
24557 pushed_scope = push_scope (nested_name_specifier); in cp_parser_class_head()
24593 pushed_scope = push_scope (nested_name_specifier); in cp_parser_class_head()
28301 pushed_scope = push_scope (parser->scope); in cp_parser_lookup_name()
[all …]
H A Ddecl.c5256 *pushed_scope_p = push_scope (context); in start_decl()
9959 pushed_scope = push_scope (ctype); in grokfndecl()
12437 = push_scope (inner_declarator->u.id.qualifying_scope); in grokdeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h348 extern tree push_scope (tree);
H A Dmethod.cc2632 tree scope = push_scope (ctype); in synthesized_method_walk()
2841 tree scope = push_scope (ctype); in maybe_explain_implicit_delete()
H A Ddecl2.cc755 tree pushed_scope = push_scope (ctype); in check_classfn()
1644 pushed_scope = push_scope (ctype); in find_last_decl()
H A Dparser.cc16604 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()
20903 push_scope (nested_name_specifier); in cp_parser_enum_specifier()
22706 pushed_scope = push_scope (scope); in cp_parser_init_declarator()
23598 pushed_scope = push_scope (scope); in cp_parser_direct_declarator()
26086 pushed_scope = push_scope (class_type); in cp_parser_class_specifier_1()
26108 pushed_scope = push_scope (class_type); in cp_parser_class_specifier_1()
26169 pushed_scope = push_scope (class_type); in cp_parser_class_specifier_1()
26558 pushed_scope = push_scope (nested_name_specifier); in cp_parser_class_head()
26590 pushed_scope = push_scope (nested_name_specifier); in cp_parser_class_head()
30501 pushed_scope = push_scope (parser->scope); in cp_parser_lookup_name()
[all …]
H A DChangeLog-2003467 * parser.c (cp_parser_class_specifier): Match push_scope/pop_scope
942 (push_scope): Likewise.
6093 (grokfndecl): Call push_scope/pop_scope around call to
6098 (check_classfn): Use push_scope/pop_scope around type comparisions.
H A DChangeLog-20043858 * parser.c (cp_parser_class_specifier): Move push_scope/pop_scope
5882 * name-lookup.h (push_scope): Change prototype.
5883 * name-lookup.c (push_scope): Do not reenter the current class
5885 * decl.c (grokfndecl): Check return code from push_scope before
H A DChangeLog-20053496 * name-lookup.h (push_scope): Return pushed scope, not flag.
3497 * name-lookup.c (push_scope): Return scope that should be popped,
H A Ddecl.cc5587 *pushed_scope_p = push_scope (context); in start_decl()
10590 pushed_scope = push_scope (ctype); in grokfndecl()
13133 = push_scope (inner_declarator->u.id.qualifying_scope); in grokdeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h568 extern void push_scope (void);
H A Dc-decl.cc1024 push_scope (void) in push_scope() function
1432 push_scope (); in push_file_scope()
4498 push_scope (); in c_init_decl_processing()
7202 push_scope (); in grokdeclarator()
9730 push_scope (); in start_function()
9763 push_scope (); in store_parm_decls_newstyle()
10221 push_scope (); in temp_store_parm_decls()
H A Dgimple-parser.cc220 push_scope (); in c_parser_parse_gimple_body()
H A Dc-parser.cc2529 push_scope (); in c_parser_declaration_or_fndef()
4173 push_scope (); in c_parser_parms_declarator()
15903 push_scope (); in c_parser_omp_iterators()
22318 push_scope (); in c_parser_omp_declare_reduction()
22346 push_scope (); in c_parser_omp_declare_reduction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h555 extern void push_scope (void);
H A Dc-decl.c1015 push_scope (void) in push_scope() function
1420 push_scope (); in push_file_scope()
4407 push_scope (); in c_init_decl_processing()
6878 push_scope (); in grokdeclarator()
9335 push_scope (); in start_function()
9368 push_scope (); in store_parm_decls_newstyle()
9824 push_scope (); in temp_store_parm_decls()
H A Dgimple-parser.c220 push_scope (); in c_parser_parse_gimple_body()
H A Dc-parser.c2487 push_scope (); in c_parser_declaration_or_fndef()
4136 push_scope (); in c_parser_parms_declarator()
15416 push_scope (); in c_parser_omp_iterators()
20949 push_scope (); in c_parser_omp_declare_reduction()
20977 push_scope (); in c_parser_omp_declare_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc8497 push_scope (); in objc_get_parm_info()
8839 push_scope (); in objc_start_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c8383 push_scope (); in objc_get_parm_info()
8714 push_scope (); in objc_start_function()

12