Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g87 | K_INT
99 K_INT : anInt+=('0'..'9')+ {NSLog(@"\%@", $anInt);}
DSimpleC.tokens12 K_INT=15
DSimpleCTP.tokens12 K_INT=15
DSimpleCLexer.h32 #define K_INT 15 macro
DSimpleCTP.g68 | K_INT
DSimpleCTP.h41 #define K_INT 15 macro
DSimpleCLexer.m267 // $ANTLR start "K_INT"
275 NSInteger _type = K_INT;
341 /* $ANTLR end "K_INT" */
736 …// SimpleC.g:1:8: ( K_FOR | K_CHAR | K_INT_TYPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_…
1040 // SimpleC.g:1:46: K_INT // alt
DSimpleCTP.m233 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE",
770 … if ( (LA5_0==BLOCK||(LA5_0 >= K_EQ && LA5_0 <= K_INT)||(LA5_0 >= K_LT && LA5_0 <= K_PLUS)) ) {
841 case K_INT: ;
1031 case K_INT: ;
1183 * SimpleCTP.g:66:1: atom : ( K_ID | K_INT );
1191 // SimpleCTP.g:67:5: ( K_ID | K_INT ) // ruleBlockSingleAlt
1194 if ((([input LA:1] >= K_ID) && ([input LA:1] <= K_INT))) {
DSimpleCParser.h50 #define K_INT 15 macro
DSimpleCParser.m914 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE",
1967 …if ( ((LA6_0 >= K_FOR && LA6_0 <= K_INT)||(LA6_0 >= K_LCURLY && LA6_0 <= K_LCURVE)||LA6_0==K_SEMIC…
2140 case K_INT: ;
2930 * SimpleC.g:85:1: atom : ( K_ID | K_INT | K_LCURVE expr K_RCURVE -> expr );
2966 // SimpleC.g:86:5: ( K_ID | K_INT | K_LCURVE expr K_RCURVE -> expr ) //ruleblock
2975 case K_INT: ;
3011 // SimpleC.g:87:7: K_INT // alt
3017 … K_INT50=(ANTLRCommonToken *)[self match:input TokenType:K_INT Follow:FOLLOW_K_INT_in_atom694];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.tokens8 K_INT=11
DSimpleC.tokens8 K_INT=11
DSimpleCLexer.h32 #define K_INT 11 macro
DSimpleCTP.h20 #define K_INT 11 macro
DSimpleCTP.m238 @"K_ID", @"K_INT", @"K_CHAR", @"K_VOID", @"K_FOR", @"K_EQ", @"K_EQEQ",
606 …0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:39:1: type : ( K_INT | K_CHAR | K_VOID …
613 …-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:40:5: ( K_INT | K_CHAR | K_VOID …
684 if ( ((LA5_0>=BLOCK && LA5_0<=K_INT)||(LA5_0>=K_FOR && LA5_0<=K_PLUS)) ) {
743 case K_INT: ;
901 case K_INT: ;
1021 …LR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:66:1: atom : ( K_ID | K_INT );
1028 …0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:67:5: ( K_ID | K_INT ) // ruleBlockSing…
1031 if ((([input LA:1] >= K_ID) && ([input LA:1] <= K_INT))) {
DSimpleCLexer.m166 …3 | T__24 | T__25 | T__26 | K_FOR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K_EQ | K_EQEQ | …
582 // $ANTLR start "K_INT"
589 NSInteger _type = K_INT;
647 // $ANTLR end "K_INT"
836 …3 | T__24 | T__25 | T__26 | K_FOR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K_EQ | K_EQEQ | …
929 …/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:82: K_INT // alt
DSimpleCParser.h28 #define K_INT 11 macro
DSimpleCParser.m804 @"K_ID", @"K_INT", @"K_CHAR", @"K_VOID", @"K_FOR", @"K_EQ", @"K_EQEQ",
1601 …2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:43:1: type : ( K_INT | K_CHAR | K_VOID …
1619 …R3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:44:5: ( K_INT | K_CHAR | K_VOID …
1717 case K_INT: ;
1759 … if ( ((LA6_0>=K_ID && LA6_0<=K_INT)||LA6_0==K_FOR||(LA6_0>=21 && LA6_0<=22)||LA6_0==25) ) {
1918 case K_INT: ;
2599 …time/Framework/examples/simplecTreeParser/SimpleC.g:85:1: atom : ( K_ID | K_INT | '(' expr ')' -> …
2633 …2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:86:5: ( K_ID | K_INT | '(' expr ')' -> …
2641 case K_INT: ;
2673 …/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:87:7: K_INT // alt
[all …]