Searched refs:top_scope (Results 1 – 3 of 3) sorted by relevance
234 struct scope_level *top_scope; in _mesa_symbol_table_add_global_symbol() local249 for (top_scope = table->current_scope; top_scope->next != NULL; in _mesa_symbol_table_add_global_symbol()250 top_scope = top_scope->next) { in _mesa_symbol_table_add_global_symbol()276 sym->next_with_same_scope = top_scope->symbols; in _mesa_symbol_table_add_global_symbol()279 top_scope->symbols = sym; in _mesa_symbol_table_add_global_symbol()
75 UseScratchRegisterScope* top_scope = in Run() local79 VIXL_CHECK(masm_->GetCurrentScratchRegisterScope() == top_scope); in Run()
102 FunctionState top_scope(&function_state_, &scope_, scope); in PreParseProgram() local