HomeSort by relevance Sort by last modified time
    Searched defs:top_scope (Results 1 - 2 of 2) sorted by null

  /external/vixl/test/
test-use-scratch-register-scope.cc 75 UseScratchRegisterScope* top_scope = local
79 VIXL_CHECK(masm_->GetCurrentScratchRegisterScope() == top_scope);
  /external/mesa3d/src/mesa/program/
symbol_table.c 234 struct scope_level *top_scope; local
249 for (top_scope = table->current_scope; top_scope->next != NULL;
250 top_scope = top_scope->next) {
276 sym->next_with_same_scope = top_scope->symbols;
279 top_scope->symbols = sym;

Completed in 252 milliseconds