Home
last modified time | relevance | path

Searched refs:block_scope (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c38 struct scope *block_scope = &builtin_scope, // regular automatic variables etc variable
82 block_scope = scope; in start_file_scope()
87 start_scope(&block_scope, pos); in start_symbol_scope()
93 start_scope(&block_scope, pos); in start_function_scope()
132 end_scope(&block_scope); in end_symbol_scope()
137 end_scope(&block_scope); in end_function_scope()
143 if (scope == block_scope) in is_outer_scope()
145 if (scope == &builtin_scope && block_scope->next == &builtin_scope) in is_outer_scope()
H A Dscope.h38 *block_scope,
H A Dsymbol.c641 scope = block_scope; in bind_symbol()
H A Dexpression.c718 if (toplevel(block_scope)) in cast_expression()