Home
last modified time | relevance | path

Searched refs:isTrue (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c4409 int isTrue; /* IS TRUE or IS NOT TRUE */ in sqlite3ExprCodeTarget() local
4415 testcase( isTrue && bNormal); in sqlite3ExprCodeTarget()
4416 testcase( !isTrue && bNormal); in sqlite3ExprCodeTarget()
4417 sqlite3VdbeAddOp4Int(v, OP_IsTrue, r1, inReg, !isTrue, isTrue ^ bNormal); in sqlite3ExprCodeTarget()
5235 testcase( isTrue && isNot ); in sqlite3ExprIfTrue()
5236 testcase( !isTrue && isNot ); in sqlite3ExprIfTrue()
5237 if( isTrue ^ isNot ){ in sqlite3ExprIfTrue()
5405 int isTrue; /* IS TRUE or IS NOT TRUE */ in sqlite3ExprIfFalse() local
5409 testcase( isTrue && isNot ); in sqlite3ExprIfFalse()
5410 testcase( !isTrue && isNot ); in sqlite3ExprIfFalse()
[all …]