OR 23 third_party/re2/re2/prefilter.cc if (op_ == AND || op_ == OR) OR 43 third_party/re2/re2/prefilter.cc if (op_ != AND && op_ != OR) { OR 92 third_party/re2/re2/prefilter.cc (a->op() == NONE && op == OR)) { OR 136 third_party/re2/re2/prefilter.cc return AndOr(OR, a, b); OR 690 third_party/re2/re2/prefilter.cc case OR: { OR 41 third_party/re2/re2/prefilter.h CHECK(op_ == AND || op_ == OR); OR 66 third_party/re2/re2/prefilter_tree.cc case Prefilter::OR: OR 188 third_party/re2/re2/prefilter_tree.cc if (f->op() == Prefilter::AND || f->op() == Prefilter::OR) { OR 252 third_party/re2/re2/prefilter_tree.cc case Prefilter::OR: OR 220 third_party/sqlite/src/src/parse.y %left OR. OR 369 third_party/sqlite/src/src/parse.y orconf(A) ::= OR resolvetype(X). {A = (u8)X;} OR 835 third_party/sqlite/src/src/parse.y expr(A) ::= expr(X) OR(OP) expr(Y). {spanBinaryExpr(&A,pParse,@OP,&X,&Y);}