Home
last modified time | relevance | path

Searched refs:ARITH_ADD (Results 1 – 6 of 6) sorted by relevance

/system/core/sh/
Darith.y71 %left ARITH_ADD ARITH_SUB
96 | expr ARITH_ADD expr { $$ = $1 + $3; }
112 | ARITH_ADD expr %prec ARITH_UNARYPLUS { $$ = $2; }
Darith.h18 #define ARITH_ADD 275 macro
Darith_lex.l91 "+" { return(ARITH_ADD); }
Dinit.c67 #undef ARITH_ADD
68 #define ARITH_ADD 275 macro
359 #undef ARITH_ADD
360 #define ARITH_ADD 275 macro
651 #undef ARITH_ADD
652 #define ARITH_ADD 275 macro
Darith.c73 ARITH_ADD = 275, enumerator
100 #define ARITH_ADD 275 macro
Darith_lex.c887 { return(ARITH_ADD); }