Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_ToInt

9400 #define OP_ToInt         146 /* same as TK_TO_INT                          */
69812 case OP_ToInt: { /* same as TK_TO_INT, in1 */
80832 assert( to_op==OP_ToInt || aff!=SQLITE_AFF_INTEGER );
80837 testcase( to_op==OP_ToInt );