Searched refs:OP_NotNull (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 17101 #define OP_NotNull 52 /* jump, same as TK_NOTNULL, synopsis: if r[P1]!=NULL goto P2 */ macro 86912 if( pOp->p3==20230325 && pOp->opcode==OP_NotNull ){ 97189 case OP_NotNull: { /* same as TK_NOTNULL, jump, in1 */ 111117 sqlite3VdbeAddOp2(v, OP_NotNull, dest, addrDone); VdbeCoverage(v); 114367 int op = rLhs!=r2 ? OP_Eq : OP_NotNull; 114372 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull); 114373 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull); 114449 sqlite3VdbeAddOp2(v, OP_NotNull, rRhsHasNull, destIfFalse); 114804 sqlite3VdbeAddOp2(v, OP_NotNull, target, endCoalesce); 115106 sqlite3VdbeAddOp3(v, OP_NotNull, target, 1, 20230325); [all …]
|