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

  /external/mesa3d/src/mesa/program/
symbol_table.c 387 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/
preparser.h 489 Scope top_scope(&scope_, kTopLevelScope);
preparser.cc 59 Scope top_scope(&scope_, kTopLevelScope);
    [all...]
parser.cc 827 InitializationBlockFinder(Scope* top_scope, Target* target)
828 : enabled_(top_scope->DeclarationScope()->is_global_scope() &&
    [all...]

Completed in 126 milliseconds