Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dscope.c41 *file_scope = &builtin_scope, // static variable
81 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()
Dscope.h39 *file_scope,
44 return scope == file_scope || scope == global_scope; in toplevel()
Dctags.c221 examine_symbol_list(file_scope->symbols); in main()
Dsymbol.c735 if (prev->scope != file_scope) in inherit_static()
771 scope = file_scope; in bind_symbol_with_scope()
784 scope = file_scope; in bind_symbol()
Dc2xml.c324 examine_symbol_list(file, file_scope->symbols); in main()
Dpre-process.c140 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()
Ddissect.c308 type->scope = file_scope; in lookup_member()