Searched refs:top_scope (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.c388 struct scope_level *top_scope; local
420 for (top_scope = table->current_scope
421 ; top_scope->next != NULL
422 ; top_scope = top_scope->next) {
427 sym->next_with_same_scope = top_scope->symbols;
447 top_scope->symbols = sym;
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c388 struct scope_level *top_scope; local
420 for (top_scope = table->current_scope
421 ; top_scope->next != NULL
422 ; top_scope = top_scope->next) {
427 sym->next_with_same_scope = top_scope->symbols;
447 top_scope->symbols = sym;
/external/chromium_org/v8/src/
H A Dpreparser.h165 Scope top_scope(&scope_, kTopLevelScope);
H A Dpreparser.cc63 Scope top_scope(&scope_, kTopLevelScope);
/external/v8/src/
H A Dpreparser.h489 Scope top_scope(&scope_, kTopLevelScope);
H A Dpreparser.cc59 Scope top_scope(&scope_, kTopLevelScope);
H A Dparser.cc827 InitializationBlockFinder(Scope* top_scope, Target* target) argument
828 : enabled_(top_scope->DeclarationScope()->is_global_scope() &&

Completed in 301 milliseconds