Searched refs:K_INT (Results 1 – 14 of 14) sorted by relevance
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 87 | K_INT 99 K_INT : anInt+=('0'..'9')+ {NSLog(@"\%@", $anInt);}
|
D | SimpleC.tokens | 12 K_INT=15
|
D | SimpleCWalker.tokens | 12 K_INT=15
|
D | SimpleCTP.tokens | 12 K_INT=15
|
D | SimpleCLexer.h | 32 #define K_INT 15 macro
|
D | SimpleCWalker.g | 68 | K_INT
|
D | SimpleCTP.g | 68 | K_INT
|
D | SimpleCWalker.h | 41 #define K_INT 15 macro
|
D | SimpleCTP.h | 41 #define K_INT 15 macro
|
D | SimpleCLexer.m | 278 // $ANTLR start "K_INT" 287 NSInteger _type = K_INT; 357 /* $ANTLR end "K_INT" */ 774 …TreeParser/SimpleC.g:1:8: ( K_FOR | K_CHAR | K_INT_TYPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCU… 1088 …ce/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:1:46: K_INT // alt
|
D | SimpleCWalker.m | 224 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE", 818 … if ( (LA5_0==BLOCK||(LA5_0 >= K_EQ && LA5_0 <= K_INT)||(LA5_0 >= K_LT && LA5_0 <= K_PLUS)) ) { 894 case K_INT: ; 1094 case K_INT: ; 1260 …r3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:66:1: atom : ( K_ID | K_INT ); 1272 …/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:67:5: ( K_ID | K_INT ) // ruleBlockSing… 1276 if ((([input LA:1] >= K_ID) && ([input LA:1] <= K_INT))) {
|
D | SimpleCTP.m | 224 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE", 818 … if ( (LA5_0==BLOCK||(LA5_0 >= K_EQ && LA5_0 <= K_INT)||(LA5_0 >= K_LT && LA5_0 <= K_PLUS)) ) { 894 case K_INT: ; 1094 case K_INT: ; 1260 …antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:66:1: atom : ( K_ID | K_INT ); 1272 …time/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:67:5: ( K_ID | K_INT ) // ruleBlockSing… 1276 if ((([input LA:1] >= K_ID) && ([input LA:1] <= K_INT))) {
|
D | SimpleCParser.h | 50 #define K_INT 15 macro
|
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… 2159 case K_INT: ; 2965 …ObjC/Framework/examples/simplecTreeParser/SimpleC.g:85:1: atom : ( K_ID | K_INT | K_LCURVE expr K_… 3001 …untime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:86:5: ( K_ID | K_INT | K_LCURVE expr K_… 3010 case K_INT: ; 3047 …ce/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:87:7: K_INT // alt 3054 … K_INT50=(CommonToken *)[self match:input TokenType:K_INT Follow:FOLLOW_K_INT_in_atom694];
|