Lines Matching refs:VdbeCoverageIf

667     testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt);  in codeVectorCompare()
668 testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); in codeVectorCompare()
669 testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt); in codeVectorCompare()
670 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in codeVectorCompare()
671 testcase(op==OP_Eq); VdbeCoverageIf(v,op==OP_Eq); in codeVectorCompare()
672 testcase(op==OP_Ne); VdbeCoverageIf(v,op==OP_Ne); in codeVectorCompare()
677 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT); in codeVectorCompare()
678 testcase(opx==TK_GT); VdbeCoverageIf(v,opx==TK_GT); in codeVectorCompare()
3533 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_Eq); in sqlite3ExprCodeIN()
3534 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_Eq); in sqlite3ExprCodeIN()
3535 VdbeCoverageIf(v, ii<pList->nExpr-1 && op==OP_NotNull); in sqlite3ExprCodeIN()
3536 VdbeCoverageIf(v, ii==pList->nExpr-1 && op==OP_NotNull); in sqlite3ExprCodeIN()
3543 VdbeCoverageIf(v, op==OP_Ne); in sqlite3ExprCodeIN()
3544 VdbeCoverageIf(v, op==OP_IsNull); in sqlite3ExprCodeIN()
4329 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprCodeTarget()
4330 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); in sqlite3ExprCodeTarget()
4331 assert(TK_GT==OP_Gt); testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt); in sqlite3ExprCodeTarget()
4332 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprCodeTarget()
4333 assert(TK_EQ==OP_Eq); testcase(op==OP_Eq); VdbeCoverageIf(v,op==OP_Eq); in sqlite3ExprCodeTarget()
4334 assert(TK_NE==OP_Ne); testcase(op==OP_Ne); VdbeCoverageIf(v,op==OP_Ne); in sqlite3ExprCodeTarget()
4429 VdbeCoverageIf(v, op==TK_ISNULL); in sqlite3ExprCodeTarget()
4430 VdbeCoverageIf(v, op==TK_NOTNULL); in sqlite3ExprCodeTarget()
5265 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfTrue()
5266 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); in sqlite3ExprIfTrue()
5267 assert(TK_GT==OP_Gt); testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt); in sqlite3ExprIfTrue()
5268 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfTrue()
5270 VdbeCoverageIf(v, op==OP_Eq && jumpIfNull==SQLITE_NULLEQ); in sqlite3ExprIfTrue()
5271 VdbeCoverageIf(v, op==OP_Eq && jumpIfNull!=SQLITE_NULLEQ); in sqlite3ExprIfTrue()
5273 VdbeCoverageIf(v, op==OP_Ne && jumpIfNull==SQLITE_NULLEQ); in sqlite3ExprIfTrue()
5274 VdbeCoverageIf(v, op==OP_Ne && jumpIfNull!=SQLITE_NULLEQ); in sqlite3ExprIfTrue()
5286 VdbeCoverageIf(v, op==TK_ISNULL); in sqlite3ExprIfTrue()
5287 VdbeCoverageIf(v, op==TK_NOTNULL); in sqlite3ExprIfTrue()
5442 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfFalse()
5443 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); in sqlite3ExprIfFalse()
5444 assert(TK_GT==OP_Gt); testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt); in sqlite3ExprIfFalse()
5445 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfFalse()
5447 VdbeCoverageIf(v, op==OP_Eq && jumpIfNull!=SQLITE_NULLEQ); in sqlite3ExprIfFalse()
5448 VdbeCoverageIf(v, op==OP_Eq && jumpIfNull==SQLITE_NULLEQ); in sqlite3ExprIfFalse()
5450 VdbeCoverageIf(v, op==OP_Ne && jumpIfNull!=SQLITE_NULLEQ); in sqlite3ExprIfFalse()
5451 VdbeCoverageIf(v, op==OP_Ne && jumpIfNull==SQLITE_NULLEQ); in sqlite3ExprIfFalse()
5461 testcase( op==TK_ISNULL ); VdbeCoverageIf(v, op==TK_ISNULL); in sqlite3ExprIfFalse()
5462 testcase( op==TK_NOTNULL ); VdbeCoverageIf(v, op==TK_NOTNULL); in sqlite3ExprIfFalse()