HomeSort by relevance Sort by last modified time
    Searched refs:current_scope (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/program/
symbol_table.c 105 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 != NULL)
    [all...]
  /external/v8/src/ast/
scopes.cc 224 Scope* current_scope = NULL; local
230 Scope(zone, current_scope, WITH_SCOPE, Handle<ScopeInfo>::null(),
232 current_scope = with_scope;
240 current_scope = new (zone) Scope(zone, current_scope, SCRIPT_SCOPE,
245 current_scope = new (zone) Scope(zone, current_scope, MODULE_SCOPE,
250 current_scope = new (zone) Scope(zone, current_scope, FUNCTION_SCOPE,
253 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true
    [all...]
  /external/v8/src/debug/
liveedit.cc 762 Scope* current_scope = scope; local
763 while (current_scope != NULL) {
765 ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone);
767 current_scope->ContextLocalCount(), zone);
768 ZoneList<Variable*> globals_list(current_scope->ContextGlobalCount(),
770 current_scope->CollectStackAndContextLocals(&stack_list, &context_list,
791 current_scope = current_scope->outer_scope();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 54 @namespace = Rake.application.current_scope
  /external/v8/src/compiler/
ast-graph-builder.cc 465 Scope* closure_scope = current_scope()->ClosureScope();
955 Scope* AstGraphBuilder::current_scope() const { function in class:v8::internal::compiler::AstGraphBuilder
    [all...]
ast-graph-builder.h 145 Scope* current_scope() const;
  /external/v8/src/interpreter/
bytecode-generator.cc 195 RegisterAllocationScope* current_scope = generator()->register_allocator(); local
196 if ((current_scope == this) ||
197 (current_scope->outer() == this &&
198 !current_scope->allocator_.HasConsecutiveAllocations())) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]

Completed in 511 milliseconds