Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c40 *file_scope = &builtin_scope, // static variable
78 file_scope = scope; in start_file_scope()
120 end_scope(&file_scope); in end_file_scope()
125 if (file_scope != &builtin_scope) in new_file_scope()
H A Dscope.h40 *file_scope,
45 return scope == file_scope || scope == global_scope; in toplevel()
H A Dctags.c221 examine_symbol_list(file_scope->symbols); in main()
H A Dc2xml.c324 examine_symbol_list(file, file_scope->symbols); in main()
H A Dpre-process.c141 sym->used_in = file_scope; in token_defined()
238 sym->used_in = file_scope; in expand_one_symbol()
1503 || sym->used_in == file_scope) { in do_define()
1512 if (!sym || sym->scope != file_scope) { in do_define()
1643 if (!sym || sym->scope != file_scope) { in do_handle_undef()
H A Dsymbol.c648 scope = file_scope; in bind_symbol()
654 scope = file_scope; in bind_symbol()