Searched refs:TK_BITOR (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c211 *tokenType = TK_BITOR;
H A Dexpr.c2434 case TK_BITOR:
2445 assert( TK_BITOR==OP_BitOr );
2456 testcase( op==TK_BITOR );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7207 #define TK_BITOR 83 macro
8062 #define OP_BitOr 83 /* same as TK_BITOR */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8284 #define TK_BITOR 86 macro
9340 #define OP_BitOr 86 /* same as TK_BITOR, synopsis: r[P3]=r[P1]|r[P2] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8284 #define TK_BITOR 86 macro
9340 #define OP_BitOr 86 /* same as TK_BITOR, synopsis: r[P3]=r[P1]|r[P2] */
[all...]

Completed in 495 milliseconds