Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17718 #define OP_Gt 55 /* jump, same as TK_GT, synopsis: IF r[P3]>r[P1] */ macro
98725 case OP_Gt: /* same as TK_GT, jump, in1, in3 */
98841 assert( OP_Eq==OP_Ne+1 ); assert( OP_Gt==OP_Ne+2 ); assert( OP_Le==OP_Ne+3 );
98886 assert( aOp[iAddr].opcode==OP_Lt || aOp[iAddr].opcode==OP_Gt );
113399 testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt);
117837 assert(TK_GT==OP_Gt); testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt);
118838 assert(TK_GT==OP_Gt); testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt);
118952 assert( pExpr->op!=TK_LE || op==OP_Gt );
119038 assert(TK_GT==OP_Gt); testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt);
165487 testOp = bRev ? OP_Lt : OP_Gt;
[all …]