Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dcoffgrok.c72 static void push_scope (int);
99 push_scope (int link) in push_scope() function
609 push_scope (1); in doit()
631 push_scope (1); in doit()
649 push_scope (0); in doit()
670 push_scope (1); in doit()
H A DChangeLog-91972758 (push_scope): Declare type of parameter link.
/freebsd-12.1/contrib/gcc/cp/
H A Dname-lookup.h309 extern tree push_scope (tree);
H A Dparser.c8341 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()
11692 pushed_scope = push_scope (scope); in cp_parser_init_declarator()
12375 pushed_scope = push_scope (scope); in cp_parser_direct_declarator()
13735 pushed_scope = push_scope (class_type); in cp_parser_class_specifier()
14028 pushed_scope = push_scope (nested_name_specifier); in cp_parser_class_head()
14058 pushed_scope = push_scope (nested_name_specifier); in cp_parser_class_head()
15619 pushed_scope = push_scope (parser->scope); in cp_parser_lookup_name()
16024 pushed_scope = push_scope (type); in cp_parser_constructor_declarator_p()
H A Ddecl2.c585 pushed_scope = push_scope (ctype); in check_classfn()
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-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 Dname-lookup.c2307 push_scope (tree t) in push_scope() function
H A Ddecl.c3918 *pushed_scope_p = push_scope (context); in start_decl()
6775 pushed_scope = push_scope (ctype); in grokfndecl()
H A Dpt.c5799 pushed_scope = push_scope (context ? context : global_namespace); in instantiate_class_template()
13281 pushed_scope = push_scope (scope); in resolve_typename_type()
H A DChangeLog-2002214 pop_decl_namespace, push_scope, pop_scope, add_function,
360 (push_scope): Improve robustness.
H A DChangeLog7080 * name-lookup.h (push_scope): Return pushed scope, not flag.
7081 * name-lookup.c (push_scope): Return scope that should be popped,
H A DChangeLog-19981226 * decl2.c (push_scope, pop_scope): New functions.
/freebsd-12.1/contrib/gcc/
H A Dc-tree.h447 extern void push_scope (void);
H A Dc-decl.c640 push_scope (void) in push_scope() function
930 push_scope (); in push_file_scope()
2799 push_scope (); in c_init_decl_processing()
6841 push_scope (); in start_function()
6883 push_scope (); in store_parm_decls_newstyle()
8035 push_scope (); in begin_block()
8192 push_scope (); in start_block_helper_function()
H A Dc-parser.c2686 push_scope (); in c_parser_parms_declarator()
9237 push_scope (); in c_parser_block_literal_expr()
H A Dc-typeck.c8164 push_scope (); in c_begin_compound_stmt()
H A 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.
H A 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