Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dllex.h29 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_DBCOLON, TK_EOS, enumerator
Dllex.c451 else { next(ls); return TK_GE; } in llex()
Dlparser.c1011 case TK_GE: return OPR_GE; in getbinopr()
/external/chromium_org/third_party/sqlite/src/src/
Dexpr.c161 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE || in comparisonAffinity()
2391 case TK_GE: in sqlite3ExprCodeTarget()
2397 assert( TK_GE==OP_Ge ); in sqlite3ExprCodeTarget()
2403 testcase( op==TK_GE ); in sqlite3ExprCodeTarget()
3123 compLeft.op = TK_GE; in exprCodeBetween()
3199 case TK_GE: in sqlite3ExprIfTrue()
3205 assert( TK_GE==OP_Ge ); in sqlite3ExprIfTrue()
3211 testcase( op==TK_GE ); in sqlite3ExprIfTrue()
3323 assert( pExpr->op!=TK_GE || op==OP_Lt ); in sqlite3ExprIfFalse()
3350 case TK_GE: in sqlite3ExprIfFalse()
[all …]
Dwhere.c214 #define WO_GE (WO_EQ<<(TK_GE-TK_EQ))
492 assert( TK_GT>TK_EQ && TK_GT<TK_GE ); in allowedOp()
493 assert( TK_LT>TK_EQ && TK_LT<TK_GE ); in allowedOp()
494 assert( TK_LE>TK_EQ && TK_LE<TK_GE ); in allowedOp()
495 assert( TK_GE==TK_EQ+4 ); in allowedOp()
496 return op==TK_IN || (op>=TK_EQ && op<=TK_GE) || op==TK_ISNULL; in allowedOp()
528 assert( TK_GE==TK_LE+2 ); in exprCommute()
531 assert( pExpr->op>=TK_GT && pExpr->op<=TK_GE ); in exprCommute()
556 assert( op!=TK_GE || c==WO_GE ); in operatorMask()
1203 static const u8 ops[] = {TK_GE, TK_LE}; in exprAnalyze()
[all …]
Dtokenize.c190 *tokenType = TK_GE; in sqlite3GetToken()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7204 #define TK_GE 80 macro
70898 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
73128 case TK_GE:
73134 assert( TK_GE==OP_Ge );
73140 testcase( op==TK_GE );
73860 compLeft.op = TK_GE;
73936 case TK_GE:
73942 assert( TK_GE==OP_Ge );
73948 testcase( op==TK_GE );
74060 assert( pExpr->op!=TK_GE || op==OP_Lt );
[all …]
/external/sqlite/dist/
Dsqlite3.c8281 #define TK_GE 83 macro
78457 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
80900 case TK_GE:
80910 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
81599 case TK_GE: zBinOp = "GE"; break;
81861 compLeft.op = TK_GE;
81938 case TK_GE:
81949 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
82065 assert( pExpr->op!=TK_GE || op==OP_Lt );
82094 case TK_GE:
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c8281 #define TK_GE 83 macro
78437 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
80880 case TK_GE:
80890 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
81579 case TK_GE: zBinOp = "GE"; break;
81841 compLeft.op = TK_GE;
81918 case TK_GE:
81929 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
82045 assert( pExpr->op!=TK_GE || op==OP_Lt );
82074 case TK_GE:
[all …]