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 …]
11301 #define TK_LE 39 macro26068 case TK_LE: zBinOp = "LE"; break;71539 case TK_LE: zOp = "LE"; break;89674 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||92265 case TK_LE:92275 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le);92985 compRight.op = TK_LE;93064 case TK_LE:93075 assert(TK_LE==OP_Le); testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le);93180 assert( pExpr->op!=TK_LE || op==OP_Gt );[all …]