TK_CONCAT        73175 third_party/sqlite/amalgamation/sqlite3.c     case TK_CONCAT: {
TK_CONCAT        73186 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_CONCAT==OP_Concat );
TK_CONCAT        73197 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_CONCAT );
TK_CONCAT        106557 third_party/sqlite/amalgamation/sqlite3.c         *tokenType = TK_CONCAT;
TK_CONCAT        2438 third_party/sqlite/src/src/expr.c     case TK_CONCAT: {
TK_CONCAT        2449 third_party/sqlite/src/src/expr.c       assert( TK_CONCAT==OP_Concat );
TK_CONCAT        2460 third_party/sqlite/src/src/expr.c       testcase( op==TK_CONCAT );
TK_CONCAT         214 third_party/sqlite/src/src/tokenize.c         *tokenType = TK_CONCAT;