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;
363 sym->next_with_same_scope = table->current_scope->symbols;
372 table->current_scope->symbols = sym;
419 for (top_scope = table->current_scope
476 while (table->current_scope != NULL)
    [all...]
  /external/v8/src/
scopes.cc 205 Scope* current_scope = NULL; local
210 Scope* with_scope = new Scope(current_scope,
213 current_scope = with_scope;
221 current_scope = new Scope(current_scope,
226 current_scope = new Scope(current_scope,
232 current_scope = new Scope(current_scope, Handle<String>(name));
234 if (contains_with) current_scope->RecordWithStatement()
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 360 var current_scope = null;
365 current_scope = new Scope(current_scope);
366 var ret = current_scope.body = cont();
367 ret.scope = current_scope;
368 current_scope = current_scope.parent;
373 return current_scope.define(name);
377 current_scope.refs[name] = true;
393 for (var s = current_scope; s; s = s.parent
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 54 @namespace = Rake.application.current_scope
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]

Completed in 573 milliseconds