Searched refs:K_PLUS (Results 1 – 14 of 14) sorted by relevance
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 82 : atom ( K_PLUS^ atom )* 104 K_PLUS : '+' ;
|
D | SimpleC.tokens | 17 K_PLUS=20
|
D | SimpleCWalker.tokens | 17 K_PLUS=20
|
D | SimpleCTP.tokens | 17 K_PLUS=20
|
D | SimpleCLexer.h | 37 #define K_PLUS 20 macro
|
D | SimpleCWalker.g | 61 | ^(K_PLUS expr expr)
|
D | SimpleCTP.g | 61 | ^(K_PLUS expr expr)
|
D | SimpleCWalker.h | 46 #define K_PLUS 20 macro
|
D | SimpleCTP.h | 46 #define K_PLUS 20 macro
|
D | SimpleCWalker.m | 225 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE", 818 … if ( (LA5_0==BLOCK||(LA5_0 >= K_EQ && LA5_0 <= K_INT)||(LA5_0 >= K_LT && LA5_0 <= K_PLUS)) ) { 896 case K_PLUS: ; 1053 …Walker.g:59:1: expr : ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) | ^( K… 1069 …SimpleCWalker.g:59:5: ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) | ^( K… 1083 case K_PLUS: ; 1169 …untime/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:61:9: ^( K_PLUS expr expr ) // alt 1173 [self match:input TokenType:K_PLUS Follow:FOLLOW_K_PLUS_in_expr394];
|
D | SimpleCTP.m | 225 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE", 818 … if ( (LA5_0==BLOCK||(LA5_0 >= K_EQ && LA5_0 <= K_INT)||(LA5_0 >= K_LT && LA5_0 <= K_PLUS)) ) { 896 case K_PLUS: ; 1053 …pleCTP.g:59:1: expr : ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) | ^( K… 1069 …ser/SimpleCTP.g:59:5: ( ^( K_EQEQ expr expr ) | ^( K_LT expr expr ) | ^( K_PLUS expr expr ) | ^( K… 1083 case K_PLUS: ; 1169 …r3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:61:9: ^( K_PLUS expr expr ) // alt 1173 [self match:input TokenType:K_PLUS Follow:FOLLOW_K_PLUS_in_expr394];
|
D | SimpleCLexer.m | 426 // $ANTLR start "K_PLUS" 435 NSInteger _type = K_PLUS; 459 /* $ANTLR end "K_PLUS" */ 774 …OR | K_CHAR | K_INT_TYPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_PLUS | K_COMMA | K_SEMI… 1121 …e/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:1:70: K_PLUS // alt
|
D | SimpleCParser.h | 55 #define K_PLUS 20 macro
|
D | SimpleCParser.m | 918 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE", 2148 … else if ( (LA7_2==K_EQEQ||(LA7_2 >= K_LT && LA7_2 <= K_PLUS)||LA7_2==K_SEMICOLON) ) { 2852 …runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:81:1: aexpr : atom ( K_PLUS ^ atom )* ; 2876 …ntime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:82:5: ( atom ( K_PLUS ^ atom )* ) // rul… 2877 …r3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:82:9: atom ( K_PLUS ^ atom )* // alt 2897 if ( (LA10_0==K_PLUS) ) { 2904 …code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:82:16: K_PLUS ^ atom // alt 2907 … K_PLUS47=(CommonToken *)[self match:input TokenType:K_PLUS Follow:FOLLOW_K_PLUS_in_aexpr657];
|