Searched refs:TK_IS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c162 pExpr->op==TK_NE || pExpr->op==TK_IS || pExpr->op==TK_ISNOT );
2414 case TK_IS:
2416 testcase( op==TK_IS );
2420 op = (op==TK_IS) ? TK_EQ : TK_NE;
3223 case TK_IS:
3225 testcase( op==TK_IS );
3229 op = (op==TK_IS) ? TK_EQ : TK_NE;
3368 case TK_IS:
3370 testcase( pExpr->op==TK_IS );
3374 op = (pExpr->op==TK_IS)
[all...]
H A Dfkey.c1005 pEq = sqlite3PExpr(pParse, TK_IS,
H A Dparse.y893 /* A routine to convert a binary TK_IS or TK_ISNOT expression into a
909 // is any other expression, code as TK_IS or TK_ISNOT.
912 spanBinaryExpr(&A,pParse,TK_IS,&X,&Y);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7194 #define TK_IS 70 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8271 #define TK_IS 73 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8271 #define TK_IS 73 macro
[all...]

Completed in 798 milliseconds