Searched refs:K_FOR (Results 1 – 14 of 14) sorted by relevance
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 66 : 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' ;
|
D | SimpleC.tokens | 10 K_FOR=13
|
D | SimpleCWalker.tokens | 10 K_FOR=13
|
D | SimpleCTP.tokens | 10 K_FOR=13
|
D | SimpleCLexer.h | 30 #define K_FOR 13 macro
|
D | SimpleCWalker.g | 56 : ^(K_FOR expr expr expr block)
|
D | SimpleCTP.g | 56 : ^(K_FOR expr expr expr block)
|
D | SimpleCWalker.h | 39 #define K_FOR 13 macro
|
D | SimpleCTP.h | 39 #define K_FOR 13 macro
|
D | SimpleCLexer.m | 66 // $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
|
D | SimpleCWalker.m | 224 @"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];
|
D | SimpleCTP.m | 224 @"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];
|
D | SimpleCParser.m | 917 @"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 …]
|
D | SimpleCParser.h | 48 #define K_FOR 13 macro
|