Home
last modified time | relevance | path

Searched refs:outer_scope (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c5367 tree outer_scope = DECL_INITIAL (decl); local
5369 if (outer_scope && TREE_CODE (outer_scope) != ERROR_MARK)
5390 output_decls_for_scope (outer_scope, 0);
H A Ddwarf2out.c10763 tree outer_scope; local
10995 outer_scope = DECL_INITIAL (decl);
11011 if (! declaration && TREE_CODE (outer_scope) != ERROR_MARK)
11014 decls_for_scope (outer_scope, subr_die, 0);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.c3862 cxx_scope *outer_scope; in outer_binding() local
3874 outer_scope = outer ? outer->scope : NULL; in outer_binding()
3881 while (scope && scope != outer_scope && scope->kind != sk_namespace) in outer_binding()
/openbsd-src/gnu/gcc/gcc/
H A Ddwarf2out.c11645 tree outer_scope; in gen_subprogram_die() local
11923 outer_scope = DECL_INITIAL (decl); in gen_subprogram_die()
11939 if (! declaration && TREE_CODE (outer_scope) != ERROR_MARK) in gen_subprogram_die()
11946 decls_for_scope (outer_scope, subr_die, 0); in gen_subprogram_die()