Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dsymbol_table.c233 struct scope_level *top_scope; in _mesa_symbol_table_add_global_symbol() local
248 for (top_scope = table->current_scope; top_scope->next != NULL; in _mesa_symbol_table_add_global_symbol()
249 top_scope = top_scope->next) { in _mesa_symbol_table_add_global_symbol()
275 sym->next_with_same_scope = top_scope->symbols; in _mesa_symbol_table_add_global_symbol()
278 top_scope->symbols = sym; in _mesa_symbol_table_add_global_symbol()
/external/vixl/test/
Dtest-use-scratch-register-scope.cc76 UseScratchRegisterScope* top_scope = in Run() local
80 VIXL_CHECK(masm_->GetCurrentScratchRegisterScope() == top_scope); in Run()
/external/v8/src/parsing/
Dpreparser.h920 FunctionState top_scope(&function_state_, &scope_, scope);