Searched refs:TK_LE (Results 1 – 2 of 2) sorted by relevance
7494 #define TK_LE 78 macro73181 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||75409 case TK_LE:75415 assert( TK_LE==OP_Le );75421 testcase( op==TK_LE );76146 compRight.op = TK_LE;76217 case TK_LE:76223 assert( TK_LE==OP_Le );76229 testcase( op==TK_LE );76341 assert( pExpr->op!=TK_LE || op==OP_Gt );[all …]
8788 #define TK_LE 81 macro22806 case TK_LE: zBinOp = "LE"; break;84374 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||86844 case TK_LE:86854 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le);87541 compRight.op = TK_LE;87613 case TK_LE:87624 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le);87740 assert( pExpr->op!=TK_LE || op==OP_Gt );87769 case TK_LE:[all …]