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

/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c224 #define B_IN_FILE_SCOPE(b) ((b)->depth == 1 /*file_scope->depth*/)
283 Being in the file scope (current_scope == file_scope) causes
370 static GTY(()) struct c_scope *file_scope;
628 return current_scope == file_scope && !c_override_global_bindings_to_false;
755 else if (scope == file_scope)
817 && scope != file_scope
841 && scope != file_scope
867 if (scope == file_scope && num_in_fnames > 1)
900 if ((scope->function_body || scope == file_scope) && context)
933 if (file_scope)
368 static GTY(()) struct c_scope *file_scope; variable in typeref:struct:c_scope
936 bind (DECL_NAME (decl), decl, file_scope, local
[all...]
/freebsd-11-stable/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 191 milliseconds