Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
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()
DChangeLog-91972758 (push_scope): Declare type of parameter link.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dname-lookup.h348 extern tree push_scope (tree);
Dmethod.cc2632 tree scope = push_scope (ctype); in synthesized_method_walk()
2841 tree scope = push_scope (ctype); in maybe_explain_implicit_delete()
Ddecl2.cc755 tree pushed_scope = push_scope (ctype); in check_classfn()
1644 pushed_scope = push_scope (ctype); in find_last_decl()
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 …]
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.
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
DChangeLog-20053496 * name-lookup.h (push_scope): Return pushed scope, not flag.
3497 * name-lookup.c (push_scope): Return scope that should be popped,
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()
DChangeLog-2002214 pop_decl_namespace, push_scope, pop_scope, add_function,
360 (push_scope): Improve robustness.
Dname-lookup.cc5021 push_scope (tree t) in push_scope() function
DChangeLog-20103499 push_scope.
Dpt.cc5018 pushed = push_scope (scope); in maybe_update_decl_type()
28718 pushed_scope = push_scope (scope); in resolve_typename_type()
DChangeLog-19981226 * decl2.c (push_scope, pop_scope): New functions.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc8497 push_scope (); in objc_get_parm_info()
8839 push_scope (); in objc_start_function()
DChangeLog4143 (start_method_def): Do not call push_scope(), declare_parm_level(),
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20044445 * c-decl.c (push_scope): Remove "\n" from end of diagnostic for
29658 (push_scope, pop_scope): Remove.
33269 for the function. No need to call push_scope, pop_scope, or
37413 (pushlevel): Rename to push_scope; take no arguments; use the
37491 * c-parse.in (pushlevel, poplevel rules): Rename push_scope, pop_scope.
DChangeLog.tree-ssa39 for the function. No need to call push_scope, pop_scope, or
635 * c-mudflap (mflang_flush_calls): Use push_scope/pop_scope instead
DChangeLog-200924398 (push_scope): Set new flag.
DChangeLog-201027357 (push_scope): Likewise.