Home
last modified time | relevance | path

Searched refs:OP_Lt (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h31 #define OP_Lt 30 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h31 #define OP_Lt 30 macro
H A Dexpr.c1022 case TK_LT: op = OP_Lt; break; in sqliteExprCode()
1305 case TK_LT: op = OP_Lt; break; in sqliteExprIfTrue()
1371 addr = sqliteVdbeAddOp(v, OP_Lt, !jumpIfNull, 0); in sqliteExprIfTrue()
1403 case TK_GE: op = OP_Lt; break; in sqliteExprIfFalse()
H A Dpragma.c288 { OP_Lt, 0, 5, 0}, in sqlitePragma()
H A Dvdbe.c1404 case OP_Lt: in sqliteVdbeExec()
1437 case OP_Lt: c = c<0; break; in sqliteVdbeExec()
1590 case OP_StrLt: c = c<0; assert( pOp->opcode-6==OP_Lt ); break; in sqliteVdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h43 #define OP_Lt 79 /* same as TK_LT */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c557 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in codeVectorCompare()
3586 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprCodeTarget()
4437 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfTrue()
4546 assert( pExpr->op!=TK_GE || op==OP_Lt ); in sqlite3ExprIfFalse()
4591 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfFalse()
H A Dwherecode.c1379 testOp = bRev ? OP_Lt : OP_Gt; in sqlite3WhereCodeOneLoopStart()
1396 VdbeCoverageIf(v, testOp==OP_Lt); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c1866 case OP_Lt: /* same as TK_LT, jump, in1, in3 */ in sqlite3VdbeExec()
1961 case OP_Lt: res2 = res<0; break; in sqlite3VdbeExec()
2016 assert( pOp[-1].opcode==OP_Lt || pOp[-1].opcode==OP_Gt ); in sqlite3VdbeExec()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1022 case TK_LT: op = OP_Lt; break; in sqliteExprCode()
1305 case TK_LT: op = OP_Lt; break; in sqliteExprIfTrue()
1371 addr = sqliteVdbeAddOp(v, OP_Lt, !jumpIfNull, 0); in sqliteExprIfTrue()
1403 case TK_GE: op = OP_Lt; break; in sqliteExprIfFalse()
H A Dpragma.c288 { OP_Lt, 0, 5, 0}, in sqlitePragma()
H A Dvdbe.c1404 case OP_Lt: in sqliteVdbeExec()
1437 case OP_Lt: c = c<0; break; in sqliteVdbeExec()
1590 case OP_StrLt: c = c<0; assert( pOp->opcode-6==OP_Lt ); break; in sqliteVdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dexpr.c627 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in codeVectorCompare()
3973 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprCodeTarget()
4842 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfTrue()
4951 assert( pExpr->op!=TK_GE || op==OP_Lt ); in sqlite3ExprIfFalse()
5017 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfFalse()
H A Dwindow.c2031 case OP_Gt: op = OP_Lt; break; in windowCodeRangeTest()
2099 default: assert( op==OP_Lt ); /* no-op */ break; in windowCodeRangeTest()
2117 assert( op==OP_Ge || op==OP_Gt || op==OP_Lt || op==OP_Le ); in windowCodeRangeTest()
2119 testcase(op==OP_Lt); VdbeCoverageIf(v, op==OP_Lt); in windowCodeRangeTest()
H A Dwherecode.c1563 testOp = bRev ? OP_Lt : OP_Gt; in sqlite3WhereCodeOneLoopStart()
1579 VdbeCoverageIf(v, testOp==OP_Lt); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c2022 case OP_Lt: /* same as TK_LT, jump, in1, in3 */ in sqlite3VdbeExec()
2123 assert( OP_Lt==OP_Ne+4 ); assert( OP_Ge==OP_Ne+5 ); in sqlite3VdbeExec()
2195 assert( aOp[iAddr].opcode==OP_Lt || aOp[iAddr].opcode==OP_Gt ); in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dexpr.c648 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in codeVectorCompare()
4052 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprCodeTarget()
4953 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfTrue()
5063 assert( pExpr->op!=TK_GE || op==OP_Lt ); in sqlite3ExprIfFalse()
5129 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfFalse()
H A Dwindow.c2076 case OP_Gt: op = OP_Lt; break; in windowCodeRangeTest()
2144 default: assert( op==OP_Lt ); /* no-op */ break; in windowCodeRangeTest()
2164 assert( op==OP_Ge || op==OP_Gt || op==OP_Lt || op==OP_Le ); in windowCodeRangeTest()
2166 testcase(op==OP_Lt); VdbeCoverageIf(v, op==OP_Lt); in windowCodeRangeTest()
H A Dwherecode.c1578 testOp = bRev ? OP_Lt : OP_Gt; in sqlite3WhereCodeOneLoopStart()
1594 VdbeCoverageIf(v, testOp==OP_Lt); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c2012 case OP_Lt: /* same as TK_LT, jump, in1, in3 */ in sqlite3VdbeExec()
2113 assert( OP_Lt==OP_Ne+4 ); assert( OP_Ge==OP_Ne+5 ); in sqlite3VdbeExec()
2185 assert( aOp[iAddr].opcode==OP_Lt || aOp[iAddr].opcode==OP_Gt ); in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dexpr.c637 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in codeVectorCompare()
4022 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprCodeTarget()
4923 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfTrue()
5033 assert( pExpr->op!=TK_GE || op==OP_Lt ); in sqlite3ExprIfFalse()
5099 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); in sqlite3ExprIfFalse()
H A Dwindow.c2070 case OP_Gt: op = OP_Lt; break; in windowCodeRangeTest()
2138 default: assert( op==OP_Lt ); /* no-op */ break; in windowCodeRangeTest()
2156 assert( op==OP_Ge || op==OP_Gt || op==OP_Lt || op==OP_Le ); in windowCodeRangeTest()
2158 testcase(op==OP_Lt); VdbeCoverageIf(v, op==OP_Lt); in windowCodeRangeTest()
H A Dwherecode.c1578 testOp = bRev ? OP_Lt : OP_Gt; in sqlite3WhereCodeOneLoopStart()
1594 VdbeCoverageIf(v, testOp==OP_Lt); in sqlite3WhereCodeOneLoopStart()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Danalyze.c197 addr = sqlite3VdbeAddOp3(v, OP_Lt, regSamplerecno, 0, regLast); in analyzeOneTable()
H A Dexpr.c2394 assert( TK_LT==OP_Lt ); in sqlite3ExprCodeTarget()
3202 assert( TK_LT==OP_Lt ); in sqlite3ExprIfTrue()
3323 assert( pExpr->op!=TK_GE || op==OP_Lt ); in sqlite3ExprIfFalse()

12345678