Searched refs:OP_NotNull (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 89264 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */ 105105 int op = rLhs!=r2 ? OP_Eq : OP_NotNull; 105110 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull); 105111 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull); 105179 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse); 105525 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce); 105944 assert( TK_NOTNULL==OP_NotNull ); testcase( op==TK_NOTNULL ); 106865 assert( pExpr->op!=TK_ISNULL || op==OP_NotNull ); 124544 /* 0 */ {OP_NotNull, 0, 2, 0}, 125764 int addr1 = sqlite3VdbeAddOp1(v, OP_NotNull, iReg); [all …]
|