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

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 50 ANTLRSymbolStack *gStack;
SymbolTableParser.m 290 gStack = [ANTLRSymbolStack newANTLRSymbolStackWithLen:30];
292 [gStack push:Symbols_scope];
297 ((Symbols_Scope *)[gStack peek]).names = [ANTLRHashMap newANTLRHashMapWithLen:101];
332 ((Symbols_Scope *)[gStack peek]).names);
345 [gStack pop];
393 gStack = [ANTLRSymbolStack newANTLRSymbolStackWithLen:30];
395 [gStack push:Symbols_scope];
400 ((Symbols_Scope *)[gStack peek]).names = [ANTLRHashMap newANTLRHashMapWithLen:101];
464 ((Symbols_Scope *)[gStack peek]).names);
477 [gStack pop]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 74 ANTLRSymbolStack *gStack;
  /system/chre/platform/slpi/
init.cc 81 typename std::aligned_storage<kStackSize>::type gStack;
178 qurt_thread_attr_set_stack_addr(&attributes, &gStack);

Completed in 218 milliseconds