Searched refs:OP_Ge (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 17107 #define OP_Ge 58 /* jump, same as TK_GE, synopsis: IF r[P3]>=r[P1] */ macro 96583 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */ 96699 assert( OP_Lt==OP_Ne+4 ); assert( OP_Ge==OP_Ne+5 ); 111098 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); 115322 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); 116288 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); 116393 assert( pExpr->op!=TK_LT || op==OP_Ge ); 116465 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); 161404 testOp = bRev ? OP_Le : OP_Ge; 161423 VdbeCoverageIf(v, testOp==OP_Ge); [all …]
|