Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_ToInt

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