Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g82 : atom ( K_PLUS^ atom )*
104 K_PLUS : '+' ;
DSimpleC.tokens17 K_PLUS=20
DSimpleCTP.tokens17 K_PLUS=20
DSimpleCLexer.h37 #define K_PLUS 20 macro
DSimpleCTP.g61 | ^(K_PLUS expr expr)
DSimpleCTP.h46 #define K_PLUS 20 macro
DSimpleCTP.m234 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE",
770 … if ( (LA5_0==BLOCK||(LA5_0 >= K_EQ && LA5_0 <= K_INT)||(LA5_0 >= K_LT && LA5_0 <= K_PLUS)) ) {
843 case K_PLUS: ;
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_…
1020 case K_PLUS: ;
1100 // SimpleCTP.g:61:9: ^( K_PLUS expr expr ) // alt
1102 [self match:input TokenType:K_PLUS Follow:FOLLOW_K_PLUS_in_expr394];
DSimpleCLexer.m407 // $ANTLR start "K_PLUS"
415 NSInteger _type = K_PLUS;
437 /* $ANTLR end "K_PLUS" */
736 …OR | K_CHAR | K_INT_TYPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_PLUS | K_COMMA | K_SEMI…
1067 // SimpleC.g:1:70: K_PLUS // alt
DSimpleCParser.h55 #define K_PLUS 20 macro
DSimpleCParser.m915 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE",
2129 … else if ( (LA7_2==K_EQEQ||(LA7_2 >= K_LT && LA7_2 <= K_PLUS)||LA7_2==K_SEMICOLON) ) {
2820 * SimpleC.g:81:1: aexpr : atom ( K_PLUS ^ atom )* ;
2844 // SimpleC.g:82:5: ( atom ( K_PLUS ^ atom )* ) // ruleBlockSingleAlt
2845 // SimpleC.g:82:9: atom ( K_PLUS ^ atom )* // alt
2863 if ( (LA10_0==K_PLUS) ) {
2870 // SimpleC.g:82:16: K_PLUS ^ atom // alt
2872 …K_PLUS47=(ANTLRCommonToken *)[self match:input TokenType:K_PLUS Follow:FOLLOW_K_PLUS_in_aexpr657];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.tokens23 K_PLUS=18
DSimpleC.tokens23 K_PLUS=18
DSimpleCLexer.h48 #define K_PLUS 18 macro
DSimpleCTP.h36 #define K_PLUS 18 macro
DSimpleCLexer.m166 …_26 | K_FOR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K_EQ | K_EQEQ | K_LT | K_PLUS | WS );";
739 // $ANTLR start "K_PLUS"
746 NSInteger _type = K_PLUS;
767 // $ANTLR end "K_PLUS"
836 …OR | K_INT_TYPE | K_CHAR | K_VOID | K_ID | K_INT | K_EQ | K_EQEQ | K_LT | K_PLUS | WS ) //ruleblock
961 …sr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:105: K_PLUS // alt
DSimpleCTP.m239 @"K_LT", @"K_PLUS", @"K_INT_TYPE", @"WS", @"';'", @"'('", @"','", @"')'",
684 if ( ((LA5_0>=BLOCK && LA5_0<=K_INT)||(LA5_0>=K_FOR && LA5_0<=K_PLUS)) ) {
747 case K_PLUS: ;
863 …pleCTP.g:59:1: expr : ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) | ^( K…
877 …ser/SimpleCTP.g:59:5: ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) | ^( K…
890 case K_PLUS: ;
956 …ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:61:9: ^( K_PLUS expr expr ) // alt
958 … [self match:input TokenType:K_PLUS Follow:FOLLOW_K_PLUS_in_expr397]; /* element() */
DSimpleCParser.h44 #define K_PLUS 18 macro
DSimpleCParser.m805 @"K_LT", @"K_PLUS", @"K_INT_TYPE", @"WS", @"';'", @"'('", @"','", @"')'",
1909 else if ( ((LA7_2>=K_EQEQ && LA7_2<=K_PLUS)||LA7_2==21) ) {
2505 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:81:1: aexpr : atom ( K_PLUS atom )* ;
2527 ….0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:82:5: ( atom ( K_PLUS atom )* ) // ruleB…
2528 …3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:82:9: atom ( K_PLUS atom )* // alt
2542 if ( (LA10_0==K_PLUS) ) {
2549 …cal/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:82:16: K_PLUS atom // alt
2551 …K_PLUS47=(ANTLRCommonToken *)[self match:input TokenType:K_PLUS Follow:FOLLOW_K_PLUS_in_aexpr657];