Searched refs:file_scope (Results 1 – 3 of 3) sorted by relevance
365 static GTY(()) struct c_scope *file_scope; variable612 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 …]
38 static struct coff_scope *file_scope; variable630 file_scope = n->scope = top_scope; in doit()701 i = do_define (i, file_scope); in doit()