Searched refs:top_scope (Results 1 – 3 of 3) sorted by relevance
388 struct scope_level *top_scope; in _mesa_symbol_table_add_global_symbol() local420 for (top_scope = table->current_scope in _mesa_symbol_table_add_global_symbol()421 ; top_scope->next != NULL in _mesa_symbol_table_add_global_symbol()422 ; top_scope = top_scope->next) { in _mesa_symbol_table_add_global_symbol()427 sym->next_with_same_scope = top_scope->symbols; in _mesa_symbol_table_add_global_symbol()447 top_scope->symbols = sym; in _mesa_symbol_table_add_global_symbol()
110 Scope* top_scope = NewScope(scope_, SCRIPT_SCOPE); in PreParseLazyFunction() local112 FunctionState top_state(&function_state_, &scope_, top_scope, kNormalFunction, in PreParseLazyFunction()
985 FunctionState top_scope(&function_state_, &scope_, scope, kNormalFunction,