Searched refs:push_scope (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | coffgrok.c | 72 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 D | ChangeLog-9197 | 2758 (push_scope): Declare type of parameter link.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | name-lookup.h | 309 extern tree push_scope (tree);
|
| H A D | parser.c | 8341 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 D | decl2.c | 585 pushed_scope = push_scope (ctype); in check_classfn()
|
| H A D | ChangeLog-2004 | 3858 * 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 D | ChangeLog-2003 | 467 * 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 D | name-lookup.c | 2307 push_scope (tree t) in push_scope() function
|
| H A D | decl.c | 3918 *pushed_scope_p = push_scope (context); in start_decl() 6775 pushed_scope = push_scope (ctype); in grokfndecl()
|
| H A D | pt.c | 5799 pushed_scope = push_scope (context ? context : global_namespace); in instantiate_class_template() 13281 pushed_scope = push_scope (scope); in resolve_typename_type()
|
| H A D | ChangeLog-2002 | 214 pop_decl_namespace, push_scope, pop_scope, add_function, 360 (push_scope): Improve robustness.
|
| H A D | ChangeLog | 7080 * name-lookup.h (push_scope): Return pushed scope, not flag. 7081 * name-lookup.c (push_scope): Return scope that should be popped,
|
| H A D | ChangeLog-1998 | 1226 * decl2.c (push_scope, pop_scope): New functions.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-tree.h | 447 extern void push_scope (void);
|
| H A D | c-decl.c | 640 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 D | c-parser.c | 2686 push_scope (); in c_parser_parms_declarator() 9237 push_scope (); in c_parser_block_literal_expr()
|
| H A D | c-typeck.c | 8164 push_scope (); in c_begin_compound_stmt()
|
| H A D | ChangeLog-2004 | 4445 * 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 D | ChangeLog.tree-ssa | 39 for the function. No need to call push_scope, pop_scope, or 635 * c-mudflap (mflang_flush_calls): Use push_scope/pop_scope instead
|