Searched refs:OP_NotNull (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 85852 if( pOp->p3==20230325 && pOp->opcode==OP_NotNull ){ 112915 int op = rLhs!=r2 ? OP_Eq : OP_NotNull; 112920 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull); 112921 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull); 112988 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse); 113339 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce); 113577 sqlite3VdbeAddOp3(v, OP_NotNull, target, 1, 20230325); 114836 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull ); 133433 /* 0 */ {OP_NotNull, 0, 2, 0}, 134882 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg); [all …]
|