Lines Matching refs:TK_REM
6995 #define TK_REM 907853 #define OP_Remainder 90 /* same as TK_REM */61644 case OP_Remainder: { /* same as TK_REM, in1, in2, out3 */71234 case TK_REM:71245 assert( TK_REM==OP_Remainder );71256 testcase( op==TK_REM );104071 *tokenType = TK_REM;