TK_OR            73165 third_party/sqlite/amalgamation/sqlite3.c     case TK_OR:
TK_OR            73177 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_OR==OP_Or );
TK_OR            73188 third_party/sqlite/amalgamation/sqlite3.c       testcase( op==TK_OR );
TK_OR            73922 third_party/sqlite/amalgamation/sqlite3.c     case TK_OR: {
TK_OR            74069 third_party/sqlite/amalgamation/sqlite3.c     case TK_OR: {
TK_OR            98520 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op==TK_OR );
TK_OR            98526 third_party/sqlite/amalgamation/sqlite3.c   whereSplit(pOrWc, pExpr, TK_OR);
TK_OR            98880 third_party/sqlite/amalgamation/sqlite3.c   else if( pExpr->op==TK_OR ){
TK_OR            106252 third_party/sqlite/amalgamation/sqlite3.c     TK_OR,         TK_UNIQUE,     TK_QUERY,      TK_ATTACH,     TK_HAVING,     
TK_OR            2428 third_party/sqlite/src/src/expr.c     case TK_OR:
TK_OR            2440 third_party/sqlite/src/src/expr.c       assert( TK_OR==OP_Or );
TK_OR            2451 third_party/sqlite/src/src/expr.c       testcase( op==TK_OR );
TK_OR            3185 third_party/sqlite/src/src/expr.c     case TK_OR: {
TK_OR            3332 third_party/sqlite/src/src/expr.c     case TK_OR: {
TK_OR             866 third_party/sqlite/src/src/where.c   assert( pExpr->op==TK_OR );
TK_OR             872 third_party/sqlite/src/src/where.c   whereSplit(pOrWc, pExpr, TK_OR);
TK_OR            1226 third_party/sqlite/src/src/where.c   else if( pExpr->op==TK_OR ){