Searched refs:file_scope (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c222 #define B_IN_FILE_SCOPE(b) ((b)->depth == 1 /*file_scope->depth*/)
281 Being in the file scope (current_scope == file_scope) causes
368 static GTY(()) struct c_scope *file_scope;
626 return current_scope == file_scope && !c_override_global_bindings_to_false;
753 else if (scope == file_scope)
815 && scope != file_scope
839 && scope != file_scope
865 if (scope == file_scope && num_in_fnames > 1)
898 if ((scope->function_body || scope == file_scope) && context)
931 if (file_scope)
366 static GTY(()) struct c_scope *file_scope; variable in typeref:struct:c_scope
934 bind (DECL_NAME (decl), decl, file_scope, local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.c40 static struct coff_scope *file_scope; variable in typeref:struct:coff_scope
632 file_scope = n->scope = top_scope;
703 i = do_define (i, file_scope);

Completed in 58 milliseconds