Searched refs:builtin_scope (Results 1 – 1 of 1) sorted by relevance
36 static struct scope builtin_scope = { .next = &builtin_scope }; variable38 struct scope *block_scope = &builtin_scope, // regular automatic variables etc40 *function_scope = &builtin_scope, // labels, arguments etc41 *file_scope = &builtin_scope, // static42 *global_scope = &builtin_scope; // externally visible80 scope->next = &builtin_scope; in start_file_scope()129 if (file_scope != &builtin_scope) in new_file_scope()170 if (scope == &builtin_scope && block_scope->next == &builtin_scope) in is_outer_scope()