Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c62 static void start_scope(struct scope **s, struct position pos) in start_scope() function
87 start_scope(&block_scope, pos); in start_symbol_scope()
92 start_scope(&function_scope, pos); in start_function_scope()
93 start_scope(&block_scope, pos); in start_function_scope()