Lines Matching refs:OP_IdxGT
9366 #define OP_IdxGT 112 /* synopsis: key=r[P3@P4] */
72889 case OP_IdxGT: /* jump */
72907 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
72919 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
72924 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxGT );
100192 sqlite3VdbeAddOp4Int(v, OP_IdxGT, iIdxCur+j, uniqOk, r1,
114067 OP_IdxGT, /* 1: (end_constraints && !bRev && endEq) */
114237 testcase( op==OP_IdxGT ); VdbeCoverageIf(v, op==OP_IdxGT );