Home | History | Annotate | Download | only in orig

Lines Matching refs:OP_Noop

8735 #define OP_Noop                               149
60181 ** Change the opcode at addr into OP_Noop
60189 pOp->opcode = OP_Noop;
60312 sqlite3VdbeAddOp0(p, OP_Noop);
71065 default: { /* This is really OP_Noop and OP_Explain */
71066 assert( pOp->opcode==OP_Noop || pOp->opcode==OP_Explain );
71313 /* One of the following two instructions is replaced by an OP_Noop. */
98466 ** OP_OpenEphemeral instruction will be changed to an OP_Noop once
98522 ** into an OP_Noop.
98569 pOp->opcode = OP_Noop;
106451 pLevel->op = OP_Noop;
106455 int testOp = OP_Noop;
106522 if( testOp!=OP_Noop ){
106572 OP_Noop, /* 0: (!end_constraints) */
106727 testcase( op==OP_Noop );
106730 if( op!=OP_Noop ){
106762 pLevel->op = OP_Noop;
107680 if( pLevel->op!=OP_Noop ){