Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.cc39 set_out_opcode(out, kInstEmptyWidth); in InitEmptyWidth()
78 case kInstEmptyWidth: in Dump()
249 case kInstEmptyWidth: in IsMatch()
Dprog.h55 kInstEmptyWidth, // empty-width special (^ $ ...); bit(s) set in empty_ enumerator
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()
Dnfa.cc274 case kInstEmptyWidth: in AddToThreadq()
545 case kInstEmptyWidth: in Search()
660 case kInstEmptyWidth: in ComputeFirstByte()
Ddfa.cc649 case kInstEmptyWidth: in WorkqToCachedState()
653 if (ip->opcode() == kInstEmptyWidth) in WorkqToCachedState()
871 case kInstEmptyWidth: in AddToQueue()
932 case kInstEmptyWidth: // already followed in RunWorkqOnByte()
Dbitstate.cc245 case kInstEmptyWidth: in TrySearch()
Donepass.cc511 case kInstEmptyWidth: in IsOnePass()
/external/regex-re2/re2/testing/
Dbacktrack.cc198 case kInstEmptyWidth: in Visit()