OP_ToNumeric     63962 third_party/sqlite/amalgamation/sqlite3.c case OP_ToNumeric: {                  /* same as TK_TO_NUMERIC, in1 */
OP_ToNumeric     73107 third_party/sqlite/amalgamation/sqlite3.c       assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC );
OP_ToNumeric     73112 third_party/sqlite/amalgamation/sqlite3.c       testcase( to_op==OP_ToNumeric );
OP_ToNumeric     2370 third_party/sqlite/src/src/expr.c       assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC );
OP_ToNumeric     2375 third_party/sqlite/src/src/expr.c       testcase( to_op==OP_ToNumeric );
OP_ToNumeric     1634 third_party/sqlite/src/src/vdbe.c case OP_ToNumeric: {                  /* same as TK_TO_NUMERIC, in1 */