Searched refs:TK_ISNOT (Results 1 - 5 of 5) 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 );
2415 case TK_ISNOT: {
2417 testcase( op==TK_ISNOT );
3224 case TK_ISNOT: {
3226 testcase( op==TK_ISNOT );
3369 case TK_ISNOT: {
3371 testcase( pExpr->op==TK_ISNOT );
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.
916 spanBinaryExpr(&A,pParse,TK_ISNOT,&X,&Y);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7270 #define TK_ISNOT 146 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8346 #define TK_ISNOT 148 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8346 #define TK_ISNOT 148 macro
[all...]

Completed in 735 milliseconds