Home
last modified time | relevance | path

Searched refs:kInstAltMatch (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc82 case kInstAltMatch: in Dump()
146 if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch) in ProgToString()
204 case kInstAltMatch: in IsMatch()
273 ip->set_opcode(kInstAltMatch); in Optimize()
279 ip->set_opcode(kInstAltMatch); in Optimize()
607 if (ip->opcode() != kInstAltMatch) // handled in EmitList() in Flatten()
674 case kInstAltMatch: in MarkSuccessors()
734 case kInstAltMatch: in MarkDominator()
801 case kInstAltMatch: in EmitList()
803 flat->back().set_opcode(kInstAltMatch); in EmitList()
Dprog.h31 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. enumerator
85 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } in out1()
95 DCHECK_EQ(opcode(), kInstAltMatch); in greedy()
Dnfa.cc248 case kInstAltMatch: in AddToThreadq()
361 case kInstAltMatch: in Step()
687 case kInstAltMatch: in Fanout()
Dbitstate.cc177 case kInstAltMatch: in TrySearch()
Ddfa.cc622 case kInstAltMatch: in WorkqToCachedState()
882 case kInstAltMatch: in AddToQueue()
952 case kInstAltMatch: // already followed in RunWorkqOnByte()
Donepass.cc450 case kInstAltMatch: in IsOnePass()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dbacktrack.cc195 case kInstAltMatch: in Try()