Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDc-decl.c368 static GTY(()) struct c_scope *file_scope; variable
622 return current_scope == file_scope && !c_override_global_bindings_to_false; in global_bindings_p()
749 else if (scope == file_scope) in pop_scope()
811 && scope != file_scope in pop_scope()
835 && scope != file_scope in pop_scope()
861 if (scope == file_scope && num_in_fnames > 1) in pop_scope()
894 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
927 if (file_scope) in push_file_scope()
931 file_scope = current_scope; in push_file_scope()
936 bind (DECL_NAME (decl), decl, file_scope, in push_file_scope()
[all …]
HDChangeLog-20064540 * c-typeck.c (c_begin_vm_scope): Fix file_scope processing.
HDChangeLog-200434301 (pop_scope): If popping file_scope, construct a
37474 (I_TAG_DECL, I_LABEL_BINDING, I_LABEL_DECL, file_scope)
/freebsd-11-stable/contrib/binutils/binutils/
HDcoffgrok.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()