Searched refs:current_scope (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.c105 struct scope_level *current_scope; member in struct:_mesa_symbol_table
139 for (scope = table->current_scope; scope != NULL; scope = scope->next) {
161 struct scope_level *const scope = table->current_scope;
164 table->current_scope = scope->next;
191 scope->next = table->current_scope;
192 table->current_scope = scope;
364 sym->next_with_same_scope = table->current_scope->symbols;
373 table->current_scope->symbols = sym;
420 for (top_scope = table->current_scope
477 while (table->current_scope !
[all...]
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c105 struct scope_level *current_scope; member in struct:_mesa_symbol_table
139 for (scope = table->current_scope; scope != NULL; scope = scope->next) {
161 struct scope_level *const scope = table->current_scope;
164 table->current_scope = scope->next;
191 scope->next = table->current_scope;
192 table->current_scope = scope;
364 sym->next_with_same_scope = table->current_scope->symbols;
373 table->current_scope->symbols = sym;
420 for (top_scope = table->current_scope
477 while (table->current_scope !
[all...]
/external/chromium_org/v8/src/
H A Dscopes.cc190 Scope* current_scope = NULL; local
195 Scope* with_scope = new(zone) Scope(current_scope,
200 current_scope = with_scope;
208 current_scope = new(zone) Scope(current_scope,
215 current_scope = new(zone) Scope(current_scope,
222 current_scope = new(zone) Scope(current_scope,
227 if (scope_info->IsAsmFunction()) current_scope
[all...]
H A Dliveedit.cc770 Scope* current_scope = scope; local
771 while (current_scope != NULL) {
773 ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone);
775 current_scope->ContextLocalCount(), zone);
776 current_scope->CollectStackAndContextLocals(&stack_list, &context_list);
796 current_scope = current_scope->outer_scope();
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeSlots.py205 current_scope = scope
207 and current_scope.parent_type
208 and current_scope.parent_type.base_type
209 and current_scope.parent_type.base_type.scope):
210 current_scope = current_scope.parent_type.base_type.scope
211 inherited_value = self.slot_code(current_scope)
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h139 inline Scope* current_scope() const;
423 Scope* AstGraphBuilder::current_scope() const { function in class:v8::internal::compiler::AstGraphBuilder
H A Dast-graph-builder.cc1794 int depth = current_scope()->ContextChainLength(variable->scope());
1902 int depth = current_scope()->ContextChainLength(variable->scope());
/external/chromium_org/
H A DPRESUBMIT.py710 current_scope = []
716 scopes.append(current_scope)
717 current_scope = []
721 current_scope.append((line_num, line))
722 scopes.append(current_scope)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb54 @namespace = Rake.application.current_scope

Completed in 2297 milliseconds