Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c7494 #define TK_LE 78 macro
73181 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 …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c8788 #define TK_LE 81 macro
22806 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 …]