Home
last modified time | relevance | path

Searched refs:Symbols_stack (Results 1 – 10 of 10) sorted by relevance

/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.m108 static SymbolStack *Symbols_stack;
157 Symbols_stack = [SymbolStack newSymbolStackWithLen:30];
170 [Symbols_stack release];
263 [Symbols_stack push:[Symbols_Scope newSymbols_Scope]];
269 …/* scopeSetAttributeRef */((Symbols_Scope *)[Symbols_stack peek]).names = [PtrBuffer newPtrBuffer…
313 … NSLog( @"globals: %@", [((Symbols_Scope *)[Symbols_stack peek]).names toString] );
330 [Symbols_stack pop];
396 [Symbols_stack push:[Symbols_Scope newSymbols_Scope]];
402 …/* scopeSetAttributeRef */((Symbols_Scope *)[Symbols_stack peek]).names = [PtrBuffer newPtrBuffer…
482 … NSLog( @"level %d symbols: %@", level, [((Symbols_Scope *)[Symbols_stack peek]).names toString] );
[all …]
DSymbolTableParser.h65 SymbolStack *Symbols_stack; variable
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCWalker.h94 SymbolStack *Symbols_stack; variable
DSimpleCTP.h94 SymbolStack *Symbols_stack; variable
DSimpleCTP.m243 Symbols_stack = [SymbolStack newSymbolStackWithLen:30];
253 [Symbols_stack release];
DSimpleCWalker.m243 Symbols_stack = [SymbolStack newSymbolStackWithLen:30];
253 [Symbols_stack release];
/external/antlr/runtime/JavaScript/tests/functional/
Dt033backtracking.g16 for (i=this.Symbols_stack.length-1; i>=0; i--) {
17 scope = this.Symbols_stack[i];
/external/antlr/runtime/Python3/tests/
Dt033backtracking.g15 for scope in reversed(self.Symbols_stack):
/external/antlr/runtime/Python/tests/
Dt033backtracking.g34 for scope in reversed(self.Symbols_stack):
/external/antlr/runtime/Cpp/tests/
Dt033backtracking.g28 for scope in reversed(self.Symbols_stack):