OP_Le            64081 third_party/sqlite/amalgamation/sqlite3.c case OP_Le:               /* same as TK_LE, jump, in1, in3 */
OP_Le            64136 third_party/sqlite/amalgamation/sqlite3.c     case OP_Le:    u.ai.res = u.ai.res<=0;     break;
OP_Le            73132 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_LE==OP_Le );
OP_Le            73410 third_party/sqlite/amalgamation/sqlite3.c       codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);
OP_Le            73940 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_LE==OP_Le );
OP_Le            74059 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_GT || op==OP_Le );
OP_Le            101417 third_party/sqlite/amalgamation/sqlite3.c         testOp = bRev ? OP_Le : OP_Ge;
OP_Le            2395 third_party/sqlite/src/src/expr.c       assert( TK_LE==OP_Le );
OP_Le            2673 third_party/sqlite/src/src/expr.c       codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);
OP_Le            3203 third_party/sqlite/src/src/expr.c       assert( TK_LE==OP_Le );
OP_Le            3322 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_GT || op==OP_Le );
OP_Le            1753 third_party/sqlite/src/src/vdbe.c case OP_Le:               /* same as TK_LE, jump, in1, in3 */
OP_Le            1806 third_party/sqlite/src/src/vdbe.c     case OP_Le:    res = res<=0;     break;
OP_Le            3763 third_party/sqlite/src/src/where.c         testOp = bRev ? OP_Le : OP_Ge;