Searched refs:K_VOID (Results 1 – 18 of 18) sorted by relevance
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 46 | K_VOID 94 K_VOID: 'void';
|
D | SimpleC.tokens | 21 K_VOID=24
|
D | SimpleCTP.tokens | 21 K_VOID=24
|
D | SimpleCLexer.h | 41 #define K_VOID 24 macro
|
D | SimpleCTP.g | 42 | K_VOID
|
D | SimpleCTP.h | 50 #define K_VOID 24 macro
|
D | SimpleCLexer.m | 165 // $ANTLR start "K_VOID" 173 NSInteger _type = K_VOID; 196 /* $ANTLR end "K_VOID" */ 736 …// SimpleC.g:1:8: ( K_FOR | K_CHAR | K_INT_TYPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_… 1022 // SimpleC.g:1:34: K_VOID // alt
|
D | SimpleCParser.h | 59 #define K_VOID 24 macro
|
D | SimpleCTP.m | 235 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]]; 682 * SimpleCTP.g:39:1: type : ( K_INT_TYPE | K_CHAR | K_VOID | K_ID ); 690 // SimpleCTP.g:40:5: ( K_INT_TYPE | K_CHAR | K_VOID | K_ID ) // ruleBlockSingleAlt 693 …[input LA:1] == K_CHAR||[input LA:1] == K_ID||[input LA:1] == K_INT_TYPE||[input LA:1] == K_VOID) {
|
D | SimpleCParser.m | 916 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]]; 1004 if ( (LA1_0==K_CHAR||LA1_0==K_ID||LA1_0==K_INT_TYPE||LA1_0==K_VOID) ) { 1540 if ( (LA4_0==K_CHAR||LA4_0==K_ID||LA4_0==K_INT_TYPE||LA4_0==K_VOID) ) { 1808 * SimpleC.g:43:1: type : ( K_INT_TYPE | K_CHAR | K_VOID | K_ID ); 1828 // SimpleC.g:44:5: ( K_INT_TYPE | K_CHAR | K_VOID | K_ID ) // ruleBlockSingleAlt 1838 …[input LA:1] == K_CHAR||[input LA:1] == K_ID||[input LA:1] == K_INT_TYPE||[input LA:1] == K_VOID) { 1936 else if ( (LA5_0==K_CHAR||LA5_0==K_INT_TYPE||LA5_0==K_VOID) ) {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCTP.tokens | 21 K_VOID=13
|
D | SimpleC.tokens | 21 K_VOID=13
|
D | SimpleCLexer.h | 46 #define K_VOID 13 macro
|
D | SimpleCTP.h | 34 #define K_VOID 13 macro
|
D | SimpleCLexer.m | 166 … | T__22 | T__23 | T__24 | T__25 | T__26 | K_FOR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K… 486 // $ANTLR start "K_VOID" 493 NSInteger _type = K_VOID; 514 // $ANTLR end "K_VOID" 836 … | T__22 | T__23 | T__24 | T__25 | T__26 | K_FOR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K… 913 …usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:70: K_VOID // alt
|
D | SimpleCParser.h | 42 #define K_VOID 13 macro
|
D | SimpleCTP.m | 238 @"K_ID", @"K_INT", @"K_CHAR", @"K_VOID", @"K_FOR", @"K_EQ", @"K_EQEQ", 606 …e/Framework/examples/simplecTreeParser/SimpleCTP.g:39:1: type : ( K_INT | K_CHAR | K_VOID | K_ID ); 613 …ramework/examples/simplecTreeParser/SimpleCTP.g:40:5: ( K_INT | K_CHAR | K_VOID | K_ID ) // ruleBl… 616 if ((([input LA:1] >= K_ID) && ([input LA:1] <= K_VOID))) {
|
D | SimpleCParser.m | 804 @"K_ID", @"K_INT", @"K_CHAR", @"K_VOID", @"K_FOR", @"K_EQ", @"K_EQEQ", 884 if ( ((LA1_0>=K_ID && LA1_0<=K_VOID)) ) { 1362 if ( ((LA4_0>=K_ID && LA4_0<=K_VOID)) ) { 1601 …ime/Framework/examples/simplecTreeParser/SimpleC.g:43:1: type : ( K_INT | K_CHAR | K_VOID | K_ID ); 1619 …/Framework/examples/simplecTreeParser/SimpleC.g:44:5: ( K_INT | K_CHAR | K_VOID | K_ID ) // ruleBl… 1627 if ((([input LA:1] >= K_ID) && ([input LA:1] <= K_VOID))) { 1728 case K_VOID: ;
|