Searched defs:top_scope (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c387 struct scope_level *top_scope; local
419 for (top_scope = table->current_scope
420 ; top_scope->next != NULL
421 ; top_scope = top_scope->next) {
426 sym->next_with_same_scope = top_scope->symbols;
446 top_scope->symbols = sym;
/external/v8/src/
H A Dparser.cc827 InitializationBlockFinder(Scope* top_scope, Target* target) argument
828 : enabled_(top_scope->DeclarationScope()->is_global_scope() &&

Completed in 154 milliseconds