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 388 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/v8/src/
preparser.cc 125 PreParserScope top_scope(scope_, GLOBAL_SCOPE);
126 FunctionState top_state(&function_state_, &scope_, &top_scope, NULL,
parser.cc 819 Scope* top_scope = NULL; local
828 result = DoParseProgram(info(), &top_scope, &eval_scope);
832 result = DoParseProgram(info(), &top_scope, &eval_scope);
834 top_scope->set_end_position(source->length());
4945 Scope* top_scope = NULL; local
    [all...]
preparser.h     [all...]

Completed in 321 milliseconds