Home
last modified time | relevance | path

Searched refs:file_scope (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c365 static GTY(()) struct c_scope *file_scope; variable
612 return current_scope == file_scope && !c_override_global_bindings_to_false; in global_bindings_p()
739 else if (scope == file_scope) in pop_scope()
814 && scope != file_scope in pop_scope()
840 if (scope == file_scope && num_in_fnames > 1) in pop_scope()
873 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
906 if (file_scope) in push_file_scope()
910 file_scope = current_scope; in push_file_scope()
915 bind (DECL_NAME (decl), decl, file_scope, in push_file_scope()
924 while (current_scope != file_scope) in pop_file_scope()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.c38 static struct coff_scope *file_scope; variable
630 file_scope = n->scope = top_scope; in doit()
701 i = do_define (i, file_scope); in doit()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.c38 static struct coff_scope *file_scope; variable
630 file_scope = n->scope = top_scope; in doit()
701 i = do_define (i, file_scope); in doit()