OP_Lt            64080 third_party/sqlite/amalgamation/sqlite3.c case OP_Lt:               /* same as TK_LT, jump, in1, in3 */
OP_Lt            64135 third_party/sqlite/amalgamation/sqlite3.c     case OP_Lt:    u.ai.res = u.ai.res<0;      break;
OP_Lt            73131 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_LT==OP_Lt );
OP_Lt            73939 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_LT==OP_Lt );
OP_Lt            74060 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_GE || op==OP_Lt );
OP_Lt            75519 third_party/sqlite/amalgamation/sqlite3.c       addr = sqlite3VdbeAddOp3(v, OP_Lt, regSamplerecno, 0, regLast);
OP_Lt            101419 third_party/sqlite/amalgamation/sqlite3.c         testOp = bRev ? OP_Lt : OP_Gt;
OP_Lt             197 third_party/sqlite/src/src/analyze.c       addr = sqlite3VdbeAddOp3(v, OP_Lt, regSamplerecno, 0, regLast);
OP_Lt            2394 third_party/sqlite/src/src/expr.c       assert( TK_LT==OP_Lt );
OP_Lt            3202 third_party/sqlite/src/src/expr.c       assert( TK_LT==OP_Lt );
OP_Lt            3323 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_GE || op==OP_Lt );
OP_Lt            1752 third_party/sqlite/src/src/vdbe.c case OP_Lt:               /* same as TK_LT, jump, in1, in3 */
OP_Lt            1805 third_party/sqlite/src/src/vdbe.c     case OP_Lt:    res = res<0;      break;
OP_Lt            3765 third_party/sqlite/src/src/where.c         testOp = bRev ? OP_Lt : OP_Gt;