Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.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 …]
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c11301 #define TK_LE 39 macro
26068 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 …]