Home
last modified time | relevance | path

Searched refs:TK_LT (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dwhere.c152 case TK_LT: in allowedOp()
510 case TK_LT: iDirectLt[i] = j; break; in sqliteWhereBegin()
520 case TK_LT: iDirectGt[i] = j; break; in sqliteWhereBegin()
582 case TK_LT: { in sqliteWhereBegin()
613 case TK_LT: { in sqliteWhereBegin()
886 aExpr[k].p->op==TK_LT || aExpr[k].p->op==TK_GT, brk); in sqliteWhereBegin()
905 if( aExpr[k].p->op==TK_LT || aExpr[k].p->op==TK_GT ){ in sqliteWhereBegin()
1005 && (pExpr->op==TK_LT || pExpr->op==TK_LE) in sqliteWhereBegin()
1074 && (pExpr->op==TK_LT || pExpr->op==TK_LE) in sqliteWhereBegin()
H A Dexpr.c956 case TK_LT: in sqliteExprType()
1022 case TK_LT: op = OP_Lt; break; in sqliteExprCode()
1072 case TK_LT: in sqliteExprCode()
1305 case TK_LT: op = OP_Lt; break; in sqliteExprIfTrue()
1332 case TK_LT: in sqliteExprIfTrue()
1400 case TK_LT: op = OP_Ge; break; in sqliteExprIfFalse()
1427 case TK_LT: in sqliteExprIfFalse()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dwhere.c152 case TK_LT: in allowedOp()
510 case TK_LT: iDirectLt[i] = j; break; in sqliteWhereBegin()
520 case TK_LT: iDirectGt[i] = j; break; in sqliteWhereBegin()
582 case TK_LT: { in sqliteWhereBegin()
613 case TK_LT: { in sqliteWhereBegin()
886 aExpr[k].p->op==TK_LT || aExpr[k].p->op==TK_GT, brk); in sqliteWhereBegin()
905 if( aExpr[k].p->op==TK_LT || aExpr[k].p->op==TK_GT ){ in sqliteWhereBegin()
1005 && (pExpr->op==TK_LT || pExpr->op==TK_LE) in sqliteWhereBegin()
1074 && (pExpr->op==TK_LT || pExpr->op==TK_LE) in sqliteWhereBegin()
H A Dparse.h72 #define TK_LT 72 macro
H A Dexpr.c956 case TK_LT: in sqliteExprType()
1022 case TK_LT: op = OP_Lt; break; in sqliteExprCode()
1072 case TK_LT: in sqliteExprCode()
1305 case TK_LT: op = OP_Lt; break; in sqliteExprIfTrue()
1332 case TK_LT: in sqliteExprIfTrue()
1400 case TK_LT: op = OP_Ge; break; in sqliteExprIfFalse()
1427 case TK_LT: in sqliteExprIfFalse()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dparse.h72 #define TK_LT 72 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLLexer.h97 TK_LT, enumerator
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dparse.h79 #define TK_LT 79 macro
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A Dparse.h71 #define TK_LT 71 macro
/dports/math/yices/yices-2.6.2/src/frontend/yices/
H A Dyices_lexer.h85 TK_ADD, TK_SUB, TK_MUL, TK_DIV, TK_POW, TK_LT, TK_LE, TK_GT, TK_GE, enumerator
/dports/games/vavoom/vavoom-1.33/utils/acc/
H A Dtoken.h43 TK_LT, // '<' enumerator
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhereexpr.c103 assert( TK_LT>TK_EQ && TK_LT<TK_GE ); in allowedOp()
140 assert( TK_LT==TK_GT+2 ); in exprCommute()
168 assert( op!=TK_LT || c==WO_LT ); in operatorMask()
876 assert( TK_GT+1==TK_LE && TK_GT+2==TK_LT && TK_GT+3==TK_GE ); in exprMightBeIndexed()
1147 pNewExpr2 = sqlite3PExpr(pParse, TK_LT, in exprAnalyze()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dnormalize.c270 #define TK_LT TK_PUNCT macro
361 *tokenType = TK_LT; in sqlite3GetToken()
/dports/devel/msitools/msitools-0.101/libmsi/
H A Dtokenize.c198 *tokenType = TK_LT; in sql_get_token()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhereexpr.c103 assert( TK_LT>TK_EQ && TK_LT<TK_GE ); in allowedOp()
123 assert( TK_LT==TK_GT+2 ); in exprCommute()
152 assert( op!=TK_LT || c==WO_LT ); in operatorMask()
993 assert( TK_GT+1==TK_LE && TK_GT+2==TK_LT && TK_GT+3==TK_GE ); in exprMightBeIndexed()
1264 pNewExpr2 = sqlite3PExpr(pParse, TK_LT, in exprAnalyze()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhereexpr.c103 assert( TK_LT>TK_EQ && TK_LT<TK_GE ); in allowedOp()
123 assert( TK_LT==TK_GT+2 ); in exprCommute()
152 assert( op!=TK_LT || c==WO_LT ); in operatorMask()
993 assert( TK_GT+1==TK_LE && TK_GT+2==TK_LT && TK_GT+3==TK_GE ); in exprMightBeIndexed()
1264 pNewExpr2 = sqlite3PExpr(pParse, TK_LT, in exprAnalyze()
/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/devel/sccs/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/net/rscsi/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/archivers/star/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/sysutils/cdrtools/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/editors/ved/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/devel/smake/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;
/dports/sysutils/schilyutils/schily-2021-09-18/sh/
H A Dstrexpr.c92 #define TK_LT 9 /* < */ macro
191 { "<", 1, TK_LT, PR_COMPARE, },
506 case TK_LT: ep->val = v < ep->val;

12345678910