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

/system/core/sh/
H A Darith.h7 #define ARITH_BXOR 264 macro
H A Darith.y66 %left ARITH_BXOR
86 | expr ARITH_BXOR expr { $$ = $1 ^ $3; }
H A Darith_lex.l78 "^" { return(ARITH_BXOR); }
H A Dinit.c45 #undef ARITH_BXOR macro
46 #define ARITH_BXOR 264 macro
337 #undef ARITH_BXOR macro
338 #define ARITH_BXOR 264 macro
629 #undef ARITH_BXOR macro
630 #define ARITH_BXOR 264 macro
H A Darith.c62 ARITH_BXOR = 264, enumerator in enum:yytokentype
89 #define ARITH_BXOR 264 macro
399 "ARITH_RPAREN", "ARITH_OR", "ARITH_AND", "ARITH_BOR", "ARITH_BXOR",
H A Darith_lex.c822 { return(ARITH_BXOR); }

Completed in 1290 milliseconds