Home
last modified time | relevance | path

Searched refs:function_scope (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c39 *function_scope = &builtin_scope, // labels, arguments etc variable
81 function_scope = scope; in start_file_scope()
92 start_scope(&function_scope, pos); in start_function_scope()
138 end_scope(&function_scope); in end_function_scope()
H A Dscope.h39 *function_scope,
H A Dsymbol.c656 scope = function_scope; in bind_symbol()