Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dc-decl.c366 static GTY(()) struct c_scope *file_scope; variable
620 return current_scope == file_scope && !c_override_global_bindings_to_false; in global_bindings_p()
747 else if (scope == file_scope) in pop_scope()
809 && scope != file_scope in pop_scope()
833 && scope != file_scope in pop_scope()
859 if (scope == file_scope && num_in_fnames > 1) in pop_scope()
892 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
925 if (file_scope) in push_file_scope()
929 file_scope = current_scope; in push_file_scope()
934 bind (DECL_NAME (decl), decl, file_scope, in push_file_scope()
[all …]
DChangeLog-20064540 * c-typeck.c (c_begin_vm_scope): Fix file_scope processing.
DChangeLog-200434301 (pop_scope): If popping file_scope, construct a
37474 (I_TAG_DECL, I_LABEL_BINDING, I_LABEL_DECL, file_scope)
/freebsd-9-stable/contrib/binutils/binutils/
Dcoffgrok.c40 static struct coff_scope *file_scope; variable
632 file_scope = n->scope = top_scope; in doit()
703 i = do_define (i, file_scope); in doit()