TK_REM           73169 third_party/sqlite/amalgamation/sqlite3.c     case TK_REM:
TK_REM           73180 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_REM==OP_Remainder );
TK_REM           73191 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_REM );
TK_REM           106509 third_party/sqlite/amalgamation/sqlite3.c       *tokenType = TK_REM;
TK_REM           2432 third_party/sqlite/src/src/expr.c     case TK_REM:
TK_REM           2443 third_party/sqlite/src/src/expr.c       assert( TK_REM==OP_Remainder );
TK_REM           2454 third_party/sqlite/src/src/expr.c       testcase( op==TK_REM );
TK_REM            166 third_party/sqlite/src/src/tokenize.c       *tokenType = TK_REM;