Home
last modified time | relevance | path

Searched refs:TK_LT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7495 #define TK_LT 79 macro
73180 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 …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c14362 #define TK_LT 56 macro
32721 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_GT
108599 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 …]