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

  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 38 static struct coff_scope *top_scope; variable in typeref:struct:coff_scope
104 if (top_scope)
106 if (top_scope->list_tail)
108 top_scope->list_tail->next = n;
112 top_scope->list_head = n;
114 top_scope->list_tail = n;
117 n->parent = top_scope;
119 top_scope = n;
125 top_scope = top_scope->parent
    [all...]
  /external/mesa3d/src/mesa/program/
symbol_table.c 388 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/v8/src/parsing/
preparser.cc 112 Scope* top_scope = NewScope(scope_, SCRIPT_SCOPE); local
114 FunctionState top_state(&function_state_, &scope_, top_scope, kNormalFunction,
    [all...]
preparser.h     [all...]

Completed in 386 milliseconds