Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:OP_IfNot

8087 #define OP_IfNot                               27
64353 case OP_IfNot: { /* jump, in1 */
64366 if( pOp->opcode==OP_IfNot ) u.al.c = !u.al.c;
74146 sqlite3VdbeAddOp3(v, OP_IfNot, r1, dest, jumpIfNull!=0);
75599 sqlite3VdbeAddOp1(v, OP_IfNot, iMem+1);
75619 sqlite3VdbeJumpHere(v, addr2-1); /* Set jump dest for the OP_IfNot */
75651 jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, iMem);
75676 jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, regSampleno);
91844 j1 = sqlite3VdbeAddOp1(v, OP_IfNot, regPrev);