Home
last modified time | relevance | path

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

/system/core/sh/
Darith.h23 #define ARITH_NOT 280 macro
Darith.y73 %left ARITH_UNARYMINUS ARITH_UNARYPLUS ARITH_NOT ARITH_BNOT
109 | ARITH_NOT expr { $$ = !($2); }
Darith_lex.l94 "!" { return(ARITH_NOT); }
Dinit.c77 #undef ARITH_NOT
78 #define ARITH_NOT 280 macro
369 #undef ARITH_NOT
370 #define ARITH_NOT 280 macro
661 #undef ARITH_NOT
662 #define ARITH_NOT 280 macro
Darith.c78 ARITH_NOT = 280, enumerator
105 #define ARITH_NOT 280 macro
Darith_lex.c902 { return(ARITH_NOT); }