Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c36 static struct scope builtin_scope = { .next = &builtin_scope }; variable
38 struct scope *block_scope = &builtin_scope, // regular automatic variables etc
39 *function_scope = &builtin_scope, // labels, arguments etc
40 *file_scope = &builtin_scope, // static
41 *global_scope = &builtin_scope; // externally visible
77 scope->next = &builtin_scope; in start_file_scope()
125 if (file_scope != &builtin_scope) in new_file_scope()
145 if (scope == &builtin_scope && block_scope->next == &builtin_scope) in is_outer_scope()