Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y209 extern Scope * new_scope(Scope *outer_scope);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6354 cp_binding_level *outer_scope; in outer_binding() local
6366 outer_scope = outer ? outer->scope : NULL; in outer_binding()
6373 while (scope && scope != outer_scope && scope->kind != sk_namespace) in outer_binding()
6399 if (outer_scope && outer_scope->kind == sk_template_parms in outer_binding()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc7598 cp_binding_level *outer_scope; in outer_binding() local
7610 outer_scope = outer ? outer->scope : NULL; in outer_binding()
7617 while (scope && scope != outer_scope && scope->kind != sk_namespace) in outer_binding()
7647 if (outer_scope && outer_scope->kind == sk_template_parms in outer_binding()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc24056 tree outer_scope = DECL_INITIAL (decl); in gen_subprogram_die() local
24057 if (! declaration && outer_scope && TREE_CODE (outer_scope) != ERROR_MARK) in gen_subprogram_die()
24069 decls_for_scope (outer_scope, subr_die); in gen_subprogram_die()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c23358 tree outer_scope = DECL_INITIAL (decl); in gen_subprogram_die() local
23359 if (! declaration && outer_scope && TREE_CODE (outer_scope) != ERROR_MARK) in gen_subprogram_die()
23371 decls_for_scope (outer_scope, subr_die); in gen_subprogram_die()