Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16626 #define OP_Ge 57 /* jump, same as TK_GE, synopsis: IF r[P3]>=r[P1] */ macro
94829 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
94941 assert( OP_Lt==OP_Ne+4 ); assert( OP_Ge==OP_Ne+5 );
109137 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
113056 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
114001 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
114106 assert( pExpr->op!=TK_LT || op==OP_Ge );
114178 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
157831 testOp = bRev ? OP_Le : OP_Ge;
157850 VdbeCoverageIf(v, testOp==OP_Ge);
[all …]