Home
last modified time | relevance | path

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

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g87 | K_INT
99 K_INT : anInt+=('0'..'9')+ {NSLog(@"\%@", $anInt);}
DSimpleC.tokens12 K_INT=15
DSimpleCWalker.tokens12 K_INT=15
DSimpleCTP.tokens12 K_INT=15
DSimpleCLexer.h32 #define K_INT 15 macro
DSimpleCWalker.g68 | K_INT
DSimpleCTP.g68 | K_INT
DSimpleCWalker.h41 #define K_INT 15 macro
DSimpleCTP.h41 #define K_INT 15 macro
DSimpleCLexer.m278 // $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
DSimpleCWalker.m224 @"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))) {
DSimpleCTP.m224 @"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))) {
DSimpleCParser.h50 #define K_INT 15 macro
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…
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];