Searched refs:TK_LT (Results 1 – 2 of 2) sorted by relevance
7495 #define TK_LT 79 macro73180 assert( pExpr->op==TK_EQ || pExpr->op==TK_IN || pExpr->op==TK_LT ||75408 case TK_LT:75414 assert( TK_LT==OP_Lt );75420 testcase( op==TK_LT );76216 case TK_LT:76222 assert( TK_LT==OP_Lt );76228 testcase( op==TK_LT );76340 assert( pExpr->op!=TK_LT || op==OP_Ge );76367 case TK_LT:[all …]
14362 #define TK_LT 56 macro32721 case TK_LT: zBinOp = "LT"; break; in sqlite3TreeViewExpr()85754 case TK_LT: zOp = "LT"; break;107001 case TK_LT:107022 testcase( pExpr->op==TK_LT );108233 assert( pExpr->op==TK_EQ || pExpr->op==TK_IN || pExpr->op==TK_LT ||108591 || pExpr->op==TK_LT || pExpr->op==TK_GT108599 if( op==TK_LE ) opx = TK_LT;108625 if( (opx==TK_LT || opx==TK_GT) && i<nLeft-1 ){108627 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT);[all …]