Searched refs:TK_PLUS (Results 1 - 5 of 5) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c8287 #define TK_PLUS 89 macro
9343 #define OP_Add 89 /* same as TK_PLUS, synopsis: r[P3]=r[P1]+r[P2] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8287 #define TK_PLUS 89 macro
9343 #define OP_Add 89 /* same as TK_PLUS, synopsis: r[P3]=r[P1]+r[P2] */
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7210 #define TK_PLUS 86 macro
8054 #define OP_Add 86 /* same as TK_PLUS */
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c2429 case TK_PLUS:
2441 assert( TK_PLUS==OP_Add );
2452 testcase( op==TK_PLUS );
H A Dtokenize.c147 *tokenType = TK_PLUS;

Completed in 457 milliseconds