Lines Matching refs:isTrue
115399 int isTrue; /* IS TRUE or IS NOT TRUE */
115403 isTrue = sqlite3ExprTruthValue(pExpr->pRight);
115405 testcase( isTrue && bNormal);
115406 testcase( !isTrue && bNormal);
115407 sqlite3VdbeAddOp4Int(v, OP_IsTrue, r1, inReg, !isTrue, isTrue ^ bNormal);
116251 int isTrue; /* IS TRUE or IS NOT TRUE */
116254 isTrue = sqlite3ExprTruthValue(pExpr->pRight);
116255 testcase( isTrue && isNot );
116256 testcase( !isTrue && isNot );
116257 if( isTrue ^ isNot ){
116425 int isTrue; /* IS TRUE or IS NOT TRUE */
116428 isTrue = sqlite3ExprTruthValue(pExpr->pRight);
116429 testcase( isTrue && isNot );
116430 testcase( !isTrue && isNot );
116431 if( isTrue ^ isNot ){