Searched refs:K_EQEQ (Results 1 – 18 of 18) sorted by relevance
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 78 : aexpr ( (K_EQEQ^ | K_LT^) aexpr )? 109 K_EQEQ : '==' ;
|
D | SimpleCTP.tokens | 9 K_EQEQ=12
|
D | SimpleC.tokens | 9 K_EQEQ=12
|
D | SimpleCLexer.h | 29 #define K_EQEQ 12 macro
|
D | SimpleCTP.g | 59 expr: ^(K_EQEQ expr expr)
|
D | SimpleCTP.h | 38 #define K_EQEQ 12 macro
|
D | SimpleCLexer.m | 567 // $ANTLR start "K_EQEQ" 575 NSInteger _type = K_EQEQ; 598 /* $ANTLR end "K_EQEQ" */ 736 …T | K_LCURVE | K_RCURVE | K_PLUS | K_COMMA | K_SEMICOLON | K_LT | K_EQ | K_EQEQ | K_LCURLY | K_RCU… 1112 // SimpleC.g:1:107: K_EQEQ // alt
|
D | SimpleCTP.m | 233 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE", 839 case K_EQEQ: ; 990 …* SimpleCTP.g:59:1: expr : ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) |… 1006 …// SimpleCTP.g:59:5: ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) | ^( K_… 1010 case K_EQEQ: ; 1046 // SimpleCTP.g:59:9: ^( K_EQEQ expr expr ) // alt 1048 [self match:input TokenType:K_EQEQ Follow:FOLLOW_K_EQEQ_in_expr362];
|
D | SimpleCParser.m | 914 @"K_COMMA", @"K_EQ", @"K_EQEQ", @"K_FOR", @"K_ID", @"K_INT", @"K_INT_TYPE", 2129 … else if ( (LA7_2==K_EQEQ||(LA7_2 >= K_LT && LA7_2 <= K_PLUS)||LA7_2==K_SEMICOLON) ) { 2675 * SimpleC.g:77:1: condExpr : aexpr ( ( K_EQEQ ^| K_LT ^) aexpr )? ; 2701 // SimpleC.g:78:5: ( aexpr ( ( K_EQEQ ^| K_LT ^) aexpr )? ) // ruleBlockSingleAlt 2702 // SimpleC.g:78:9: aexpr ( ( K_EQEQ ^| K_LT ^) aexpr )? // alt 2717 // SimpleC.g:78:15: ( ( K_EQEQ ^| K_LT ^) aexpr )? // block 2721 if ( (LA9_0==K_EQEQ||LA9_0==K_LT) ) { 2726 // SimpleC.g:78:17: ( K_EQEQ ^| K_LT ^) aexpr // alt 2728 // SimpleC.g:78:17: ( K_EQEQ ^| K_LT ^) // block 2732 if ( (LA8_0==K_EQEQ) ) { [all …]
|
D | SimpleCParser.h | 47 #define K_EQEQ 12 macro
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleC.tokens | 6 K_EQEQ=16
|
D | SimpleCTP.tokens | 6 K_EQEQ=16
|
D | SimpleCLexer.h | 30 #define K_EQEQ 16 macro
|
D | SimpleCTP.h | 18 #define K_EQEQ 16 macro
|
D | SimpleCLexer.m | 166 …5 | T__26 | K_FOR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K_EQ | K_EQEQ | K_LT | K_PLUS | … 679 // $ANTLR start "K_EQEQ" 686 NSInteger _type = K_EQEQ; 707 // $ANTLR end "K_EQEQ" 836 …5 | T__26 | K_FOR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K_EQ | K_EQEQ | K_LT | K_PLUS | … 945 …usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:93: K_EQEQ // alt
|
D | SimpleCTP.m | 238 @"K_ID", @"K_INT", @"K_CHAR", @"K_VOID", @"K_FOR", @"K_EQ", @"K_EQEQ", 745 case K_EQEQ: ; 863 …ntime/Framework/examples/simplecTreeParser/SimpleCTP.g:59:1: expr : ( ^( K_EQEQ expr expr ) | ^( K… 877 …C2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:59:5: ( ^( K_EQEQ expr expr ) | ^( K… 880 case K_EQEQ: ; 914 …ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:59:9: ^( K_EQEQ expr expr ) // alt 916 … [self match:input TokenType:K_EQEQ Follow:FOLLOW_K_EQEQ_in_expr365]; /* element() */
|
D | SimpleCParser.m | 804 @"K_ID", @"K_INT", @"K_CHAR", @"K_VOID", @"K_FOR", @"K_EQ", @"K_EQEQ", 1909 else if ( ((LA7_2>=K_EQEQ && LA7_2<=K_PLUS)||LA7_2==21) ) { 2379 …ramework/examples/simplecTreeParser/SimpleC.g:77:1: condExpr : aexpr ( ( K_EQEQ | K_LT ) aexpr )? ; 2403 …Runtime/Framework/examples/simplecTreeParser/SimpleC.g:78:5: ( aexpr ( ( K_EQEQ | K_LT ) aexpr )? … 2404 …0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:78:9: aexpr ( ( K_EQEQ | K_LT ) aexpr )? … 2415 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:78:15: ( ( K_EQEQ | K_LT ) aexpr )? … 2419 if ( ((LA9_0>=K_EQEQ && LA9_0<=K_LT)) ) { 2424 …-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:78:17: ( K_EQEQ | K_LT ) aexpr // … 2426 …R3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:78:17: ( K_EQEQ | K_LT ) // block 2430 if ( (LA8_0==K_EQEQ) ) { [all …]
|
D | SimpleCParser.h | 26 #define K_EQEQ 16 macro
|