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

/system/core/sh/
H A Darith.h13 #define ARITH_GT 270 macro
H A Darith.y69 %left ARITH_LT ARITH_GT ARITH_GE ARITH_LE
89 | expr ARITH_GT expr { $$ = $1 > $3; }
H A Darith_lex.l82 ">" { return(ARITH_GT); }
H A Dinit.c57 #undef ARITH_GT macro
58 #define ARITH_GT 270 macro
349 #undef ARITH_GT macro
350 #define ARITH_GT 270 macro
641 #undef ARITH_GT macro
642 #define ARITH_GT 270 macro
H A Darith.c68 ARITH_GT = 270, enumerator in enum:yytokentype
95 #define ARITH_GT 270 macro
400 "ARITH_BAND", "ARITH_NE", "ARITH_EQ", "ARITH_LE", "ARITH_GE", "ARITH_GT",
H A Darith_lex.c842 { return(ARITH_GT); }

Completed in 408 milliseconds