Searched refs:TK_NOT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.h26 TK_GOTO, TK_IF, TK_IN, TK_LOCAL, TK_NIL, TK_NOT, TK_OR, TK_REPEAT, enumerator in enum:RESERVED
H A Dlparser.c989 case TK_NOT: return OPR_NOT;
/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y856 if( OP.not ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
867 if( OP.not ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
957 if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
985 if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
1011 if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
1025 if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
H A Dexpr.c2489 case TK_NOT: {
2491 assert( TK_NOT==OP_Not );
2493 testcase( op==TK_NOT );
3191 case TK_NOT: {
3342 case TK_NOT: {
H A Dfkey.c1082 pWhen = sqlite3PExpr(pParse, TK_NOT, pWhen, 0, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7143 #define TK_NOT 19 macro
8084 #define OP_Not 19 /* same as TK_NOT */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8217 #define TK_NOT 19 macro
9273 #define OP_Not 19 /* same as TK_NOT, synopsis: r[P2]= !r[P1] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8217 #define TK_NOT 19 macro
9273 #define OP_Not 19 /* same as TK_NOT, synopsis: r[P2]= !r[P1] */
[all...]

Completed in 1989 milliseconds