Lines Matching refs:TK_LE
285 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE || in comparisonAffinity()
642 || pExpr->op==TK_LE || pExpr->op==TK_GE in codeVectorCompare()
649 if( op==TK_LE ) opx = TK_LT; in codeVectorCompare()
691 assert( op==TK_LT || op==TK_GT || op==TK_LE || op==TK_GE ); in codeVectorCompare()
4314 case TK_LE: in sqlite3ExprCodeTarget()
4330 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); in sqlite3ExprCodeTarget()
5147 compRight.op = TK_LE; in exprCodeBetween()
5254 case TK_LE: in sqlite3ExprIfTrue()
5266 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); in sqlite3ExprIfTrue()
5374 assert( pExpr->op!=TK_LE || op==OP_Gt ); in sqlite3ExprIfFalse()
5431 case TK_LE: in sqlite3ExprIfFalse()
5443 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); in sqlite3ExprIfFalse()
5755 case TK_LE: in exprImpliesNotNull()
5905 case TK_LE: in impliesNotNullRow()
5913 testcase( pExpr->op==TK_LE ); in impliesNotNullRow()