Searched refs:top_scope (Results 1 - 5 of 5) 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.cc125 PreParserScope top_scope(scope_, GLOBAL_SCOPE);
126 FunctionState top_state(&function_state_, &scope_, &top_scope, NULL,
H A Dparser.cc819 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
4947 result = DoParseProgram(info(), &top_scope, &eval_scope);
4949 top_scope->set_end_position(scanner()->location().end_pos);
H A Dpreparser.h1430 FunctionState top_scope(&function_state_, &scope_, &scope);

Completed in 294 milliseconds