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

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

Completed in 76 milliseconds