Home
last modified time | relevance | path

Searched refs:ARITH_UNARYMINUS (Results 1 – 4 of 4) sorted by relevance

/system/core/sh/
Darith.y73 %left ARITH_UNARYMINUS ARITH_UNARYPLUS ARITH_NOT ARITH_BNOT
111 | ARITH_SUB expr %prec ARITH_UNARYMINUS { $$ = -($2); }
Darith.h25 #define ARITH_UNARYMINUS 282 macro
Dinit.c81 #undef ARITH_UNARYMINUS
82 #define ARITH_UNARYMINUS 282 macro
373 #undef ARITH_UNARYMINUS
374 #define ARITH_UNARYMINUS 282 macro
665 #undef ARITH_UNARYMINUS
666 #define ARITH_UNARYMINUS 282 macro
Darith.c80 ARITH_UNARYMINUS = 282 enumerator
107 #define ARITH_UNARYMINUS 282 macro