Home
last modified time | relevance | path

Searched refs:K_FOR (Results 1 – 14 of 14) sorted by relevance

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g66 : K_FOR K_LCURVE start=assignStat K_SEMICOLON expr K_SEMICOLON next=assignStat K_RCURVE block
67 -> ^(K_FOR $start expr $next block)
91 K_FOR : 'for' ;
DSimpleC.tokens10 K_FOR=13
DSimpleCWalker.tokens10 K_FOR=13
DSimpleCTP.tokens10 K_FOR=13
DSimpleCLexer.h30 #define K_FOR 13 macro
DSimpleCWalker.g56 : ^(K_FOR expr expr expr block)
DSimpleCTP.g56 : ^(K_FOR expr expr expr block)
DSimpleCWalker.h39 #define K_FOR 13 macro
DSimpleCTP.h39 #define K_FOR 13 macro
DSimpleCLexer.m66 // $ANTLR start "K_FOR"
75 NSInteger _type = K_FOR;
100 /* $ANTLR end "K_FOR" */
774 …antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( K_FOR | K_CHAR | K_INT_T…
1033 …ce/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:1:10: K_FOR // alt
DSimpleCWalker.m224 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE",
886 case K_FOR: ;
977 …C/Framework/examples/simplecTreeParser/SimpleCWalker.g:55:1: forStat : ^( K_FOR expr expr expr blo…
989 …time/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:56:5: ( ^( K_FOR expr expr expr blo…
990 …untime/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:56:9: ^( K_FOR expr expr expr blo…
994 [self match:input TokenType:K_FOR Follow:FOLLOW_K_FOR_in_forStat338];
DSimpleCTP.m224 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE",
886 case K_FOR: ;
977 …/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:55:1: forStat : ^( K_FOR expr expr expr blo…
989 …/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:56:5: ( ^( K_FOR expr expr expr blo…
990 …r3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:56:9: ^( K_FOR expr expr expr blo…
994 [self match:input TokenType:K_FOR Follow:FOLLOW_K_FOR_in_forStat338];
DSimpleCParser.m917 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE",
1985 …if ( ((LA6_0 >= K_FOR && LA6_0 <= K_INT)||(LA6_0 >= K_LCURLY && LA6_0 <= K_LCURVE)||LA6_0==K_SEMIC…
2136 case K_FOR: ;
2306 …mpleC.g:65:1: forStat : K_FOR K_LCURVE start= assignStat K_SEMICOLON expr K_SEMICOLON next= assign…
2352 description:@"token K_FOR"] retain];
2362 …arser/SimpleC.g:66:5: ( K_FOR K_LCURVE start= assignStat K_SEMICOLON expr K_SEMICOLON next= assign…
2363 …/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:66:9: K_FOR K_LCURVE start= as…
2366 … K_FOR31=(CommonToken *)[self match:input TokenType:K_FOR Follow:FOLLOW_K_FOR_in_forStat507];
2423 // elements: block, start, K_FOR, next, expr
2443 // 67:9: -> ^( K_FOR $start expr $next block )
[all …]
DSimpleCParser.h48 #define K_FOR 13 macro