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

  /external/antlr/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 108 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 newPtrBufferWithLen:10];
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 newPtrBufferWithLen:10];
482 NSLog( @"level %d symbols: %@", level, [((Symbols_Scope *)[Symbols_stack peek]).names toString] )
    [all...]
SymbolTableParser.h 65 SymbolStack *Symbols_stack;
  /external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 94 SymbolStack *Symbols_stack;
SimpleCWalker.h 94 SymbolStack *Symbols_stack;
SimpleCTP.m 243 Symbols_stack = [SymbolStack newSymbolStackWithLen:30];
253 [Symbols_stack release];
    [all...]
SimpleCWalker.m 243 Symbols_stack = [SymbolStack newSymbolStackWithLen:30];
253 [Symbols_stack release];
    [all...]
  /external/antlr/runtime/Ruby/test/functional/parser/
backtracking.rb 23 @Symbols_stack.reverse_each do |scope|

Completed in 616 milliseconds