Lines Matching refs:isTrue
113864 int isTrue; /* IS TRUE or IS NOT TRUE */
113868 isTrue = sqlite3ExprTruthValue(pExpr->pRight);
113870 testcase( isTrue && bNormal);
113871 testcase( !isTrue && bNormal);
113872 sqlite3VdbeAddOp4Int(v, OP_IsTrue, r1, inReg, !isTrue, isTrue ^ bNormal);
114698 int isTrue; /* IS TRUE or IS NOT TRUE */
114701 isTrue = sqlite3ExprTruthValue(pExpr->pRight);
114702 testcase( isTrue && isNot );
114703 testcase( !isTrue && isNot );
114704 if( isTrue ^ isNot ){
114872 int isTrue; /* IS TRUE or IS NOT TRUE */
114875 isTrue = sqlite3ExprTruthValue(pExpr->pRight);
114876 testcase( isTrue && isNot );
114877 testcase( !isTrue && isNot );
114878 if( isTrue ^ isNot ){