Searched refs:file_scope (Results 1 – 7 of 7) sorted by relevance
41 *file_scope = &builtin_scope, // static variable81 file_scope = scope; in start_file_scope()124 end_scope(&file_scope); in end_file_scope()129 if (file_scope != &builtin_scope) in new_file_scope()
39 *file_scope,44 return scope == file_scope || scope == global_scope; in toplevel()
221 examine_symbol_list(file_scope->symbols); in main()
735 if (prev->scope != file_scope) in inherit_static()771 scope = file_scope; in bind_symbol_with_scope()784 scope = file_scope; in bind_symbol()
324 examine_symbol_list(file, file_scope->symbols); in main()
140 sym->used_in = file_scope; in token_defined()226 sym->used_in = file_scope; in expand_one_symbol()1368 || sym->used_in == file_scope) { in do_define()1377 if (!sym || sym->scope != file_scope) { in do_define()1534 if (!sym || sym->scope != file_scope) { in do_handle_undef()
308 type->scope = file_scope; in lookup_member()