Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:TK_LE

7202 #define TK_LE                             78
8076 #define OP_Le 78 /* same as TK_LE */
64081 case OP_Le: /* same as TK_LE, jump, in1, in3 */
70898 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
73126 case TK_LE:
73132 assert( TK_LE==OP_Le );
73138 testcase( op==TK_LE );
73863 compRight.op = TK_LE;
73934 case TK_LE:
73940 assert( TK_LE==OP_Le );
73946 testcase( op==TK_LE );
74040 ** TK_LE OP_Gt
74058 assert( pExpr->op!=TK_LE || op==OP_Gt );
74085 case TK_LE:
74091 testcase( op==TK_LE );
97866 #define WO_LE (WO_EQ<<(TK_LE-TK_EQ))
98148 assert( TK_LE>TK_EQ && TK_LE<TK_GE );
98182 assert( TK_GE==TK_LE+2 );
98184 assert( TK_GT<TK_LE );
98208 assert( op!=TK_LE || c==WO_LE );
98857 static const u8 ops[] = {TK_GE, TK_LE};
101387 /* TK_LE */ OP_SeekLe,
101391 assert( TK_LE==TK_GT+1 ); /* Make sure the ordering.. */
106518 *tokenType = TK_LE;