Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.cc67 case kInstAltMatch: in Dump()
142 if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch) in ProgToString()
225 ip->set_opcode(kInstAltMatch); in Optimize()
231 ip->set_opcode(kInstAltMatch); in Optimize()
246 case kInstAltMatch: in IsMatch()
Dprog.h52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. enumerator
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } in out1()
109 DCHECK_EQ(opcode(), kInstAltMatch); in greedy()
Dnfa.cc232 case kInstAltMatch: in AddToThreadq()
322 case kInstAltMatch: in Step()
670 case kInstAltMatch: in ComputeFirstByte()
Dbitstate.cc200 case kInstAltMatch: in TrySearch()
Ddfa.cc632 case kInstAltMatch: in WorkqToCachedState()
857 case kInstAltMatch: in AddToQueue()
931 case kInstAltMatch: // already followed in RunWorkqOnByte()
Donepass.cc433 case kInstAltMatch: in IsOnePass()
/external/regex-re2/re2/testing/
Dbacktrack.cc172 case kInstAltMatch: in Visit()