Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g78 : aexpr ( (K_EQEQ^ | K_LT^) aexpr )?
109 K_EQEQ : '==' ;
DSimpleCTP.tokens9 K_EQEQ=12
DSimpleC.tokens9 K_EQEQ=12
DSimpleCLexer.h29 #define K_EQEQ 12 macro
DSimpleCTP.g59 expr: ^(K_EQEQ expr expr)
DSimpleCTP.h38 #define K_EQEQ 12 macro
DSimpleCLexer.m567 // $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
DSimpleCTP.m233 @"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];
DSimpleCParser.m914 @"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 …]
DSimpleCParser.h47 #define K_EQEQ 12 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleC.tokens6 K_EQEQ=16
DSimpleCTP.tokens6 K_EQEQ=16
DSimpleCLexer.h30 #define K_EQEQ 16 macro
DSimpleCTP.h18 #define K_EQEQ 16 macro
DSimpleCLexer.m166 …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
DSimpleCTP.m238 @"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() */
DSimpleCParser.m804 @"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 …]
DSimpleCParser.h26 #define K_EQEQ 16 macro