Home
last modified time | relevance | path

Searched refs:top_scope (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dsymbol_table.c388 struct scope_level *top_scope; in _mesa_symbol_table_add_global_symbol() local
420 for (top_scope = table->current_scope in _mesa_symbol_table_add_global_symbol()
421 ; top_scope->next != NULL in _mesa_symbol_table_add_global_symbol()
422 ; top_scope = top_scope->next) { in _mesa_symbol_table_add_global_symbol()
427 sym->next_with_same_scope = top_scope->symbols; in _mesa_symbol_table_add_global_symbol()
447 top_scope->symbols = sym; in _mesa_symbol_table_add_global_symbol()
/external/v8/src/parsing/
Dpreparser.cc110 Scope* top_scope = NewScope(scope_, SCRIPT_SCOPE); in PreParseLazyFunction() local
112 FunctionState top_state(&function_state_, &scope_, top_scope, kNormalFunction, in PreParseLazyFunction()
Dpreparser.h985 FunctionState top_scope(&function_state_, &scope_, scope, kNormalFunction,