Lines Matching refs:TK_GE
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()
650 if( op==TK_GE ) opx = TK_GT; in codeVectorCompare()
691 assert( op==TK_LT || op==TK_GT || op==TK_LE || op==TK_GE ); in codeVectorCompare()
4316 case TK_GE: in sqlite3ExprCodeTarget()
4332 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprCodeTarget()
5144 compLeft.op = TK_GE; in exprCodeBetween()
5256 case TK_GE: in sqlite3ExprIfTrue()
5268 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfTrue()
5376 assert( pExpr->op!=TK_GE || op==OP_Lt ); in sqlite3ExprIfFalse()
5433 case TK_GE: in sqlite3ExprIfFalse()
5445 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfFalse()
5757 case TK_GE: in exprImpliesNotNull()
5907 case TK_GE: { in impliesNotNullRow()
5915 testcase( pExpr->op==TK_GE ); in impliesNotNullRow()