Home
last modified time | relevance | path

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

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g82 : atom ( K_PLUS^ atom )*
104 K_PLUS : '+' ;
DSimpleC.tokens17 K_PLUS=20
DSimpleCWalker.tokens17 K_PLUS=20
DSimpleCTP.tokens17 K_PLUS=20
DSimpleCLexer.h37 #define K_PLUS 20 macro
DSimpleCWalker.g61 | ^(K_PLUS expr expr)
DSimpleCTP.g61 | ^(K_PLUS expr expr)
DSimpleCWalker.h46 #define K_PLUS 20 macro
DSimpleCTP.h46 #define K_PLUS 20 macro
DSimpleCWalker.m225 @"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];
DSimpleCTP.m225 @"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];
DSimpleCLexer.m426 // $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
DSimpleCParser.h55 #define K_PLUS 20 macro
DSimpleCParser.m918 @"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];