OP_IdxLT 74466 ext/sqlite3/libsqlite/sqlite3.c assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT ); OP_IdxLT 75746 ext/sqlite3/libsqlite/sqlite3.c case OP_IdxLT: /* jump */ OP_IdxLT 75762 ext/sqlite3/libsqlite/sqlite3.c if( pOp->opcode<OP_IdxLT ){ OP_IdxLT 75766 ext/sqlite3/libsqlite/sqlite3.c assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT ); OP_IdxLT 75775 ext/sqlite3/libsqlite/sqlite3.c assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); OP_IdxLT 75776 ext/sqlite3/libsqlite/sqlite3.c if( (pOp->opcode&1)==(OP_IdxLT&1) ){ OP_IdxLT 75777 ext/sqlite3/libsqlite/sqlite3.c assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); OP_IdxLT 119691 ext/sqlite3/libsqlite/sqlite3.c OP_IdxLT, /* 3: (end_constraints && bRev && endEq) */ OP_IdxLT 119878 ext/sqlite3/libsqlite/sqlite3.c testcase( op==OP_IdxLT ); VdbeCoverageIf(v, op==OP_IdxLT );