OP_Concat        63479 third_party/sqlite/amalgamation/sqlite3.c case OP_Concat: {           /* same as TK_CONCAT, in1, in2, out3 */
OP_Concat        73186 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_CONCAT==OP_Concat );
OP_Concat        75655 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, OP_Concat, regTemp, regSampleno, regSampleno);
OP_Concat        75660 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, OP_Concat, regTemp, regSampleno, regSampleno);
OP_Concat        88677 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, OP_Concat, 4, 3, 2);
OP_Concat        88705 third_party/sqlite/amalgamation/sqlite3.c             { OP_Concat,      4,  3,  3},
OP_Concat        88706 third_party/sqlite/amalgamation/sqlite3.c             { OP_Concat,      5,  3,  3},
OP_Concat        88707 third_party/sqlite/amalgamation/sqlite3.c             { OP_Concat,      6,  3,  3},
OP_Concat        88733 third_party/sqlite/amalgamation/sqlite3.c              { OP_Concat,       3,  2,  2},
OP_Concat         333 third_party/sqlite/src/src/analyze.c       sqlite3VdbeAddOp3(v, OP_Concat, regTemp, regSampleno, regSampleno);
OP_Concat         338 third_party/sqlite/src/src/analyze.c       sqlite3VdbeAddOp3(v, OP_Concat, regTemp, regSampleno, regSampleno);
OP_Concat        2449 third_party/sqlite/src/src/expr.c       assert( TK_CONCAT==OP_Concat );
OP_Concat        1141 third_party/sqlite/src/src/pragma.c       sqlite3VdbeAddOp3(v, OP_Concat, 4, 3, 2);
OP_Concat        1169 third_party/sqlite/src/src/pragma.c             { OP_Concat,      4,  3,  3},
OP_Concat        1170 third_party/sqlite/src/src/pragma.c             { OP_Concat,      5,  3,  3},
OP_Concat        1171 third_party/sqlite/src/src/pragma.c             { OP_Concat,      6,  3,  3},
OP_Concat        1197 third_party/sqlite/src/src/pragma.c              { OP_Concat,       3,  2,  2},
OP_Concat        1159 third_party/sqlite/src/src/vdbe.c case OP_Concat: {           /* same as TK_CONCAT, in1, in2, out3 */