kInstAlt          177 third_party/re2/re2/bitstate.cc       case kInstAlt:
kInstAlt          653 third_party/re2/re2/dfa.cc       case kInstAlt:          // Not useful, but necessary [*]
kInstAlt          858 third_party/re2/re2/dfa.cc       case kInstAlt:        // two choices: expand both, in order
kInstAlt          932 third_party/re2/re2/dfa.cc       case kInstAlt:         // already followed
kInstAlt          240 third_party/re2/re2/nfa.cc     case kInstAlt:
kInstAlt          669 third_party/re2/re2/nfa.cc       case kInstAlt:
kInstAlt          437 third_party/re2/re2/onepass.cc         case kInstAlt:
kInstAlt           19 third_party/re2/re2/prog.cc   set_out_opcode(out, kInstAlt);
kInstAlt           64 third_party/re2/re2/prog.cc     case kInstAlt:
kInstAlt          142 third_party/re2/re2/prog.cc     if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch)
kInstAlt          193 third_party/re2/re2/prog.cc     if (ip->opcode() == kInstAlt) {
kInstAlt          216 third_party/re2/re2/prog.cc     if (ip->opcode() == kInstAlt)
kInstAlt          219 third_party/re2/re2/prog.cc     if (ip->opcode() == kInstAlt) {
kInstAlt          245 third_party/re2/re2/prog.cc       case kInstAlt:
kInstAlt          101 third_party/re2/re2/prog.h     int out1()    { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
kInstAlt          171 third_party/re2/re2/testing/backtrack.cc     case kInstAlt: