Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc54 set_out_opcode(out, kInstEmptyWidth); in InitEmptyWidth()
93 case kInstEmptyWidth: in Dump()
207 case kInstEmptyWidth: in IsMatch()
481 } else if (ip->opcode() == kInstEmptyWidth) { in ComputeByteMap()
690 case kInstEmptyWidth: in MarkSuccessors()
742 case kInstEmptyWidth: in MarkDominator()
815 case kInstEmptyWidth: in EmitList()
Donepass.cc405 inst_count(kInstEmptyWidth) + in IsOnePass()
528 case kInstEmptyWidth: in IsOnePass()
540 if (ip->opcode() == kInstEmptyWidth) in IsOnePass()
Dprog.h34 kInstEmptyWidth, // empty-width special (^ $ ...); bit(s) set in empty_ enumerator
92 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()
Dnfa.cc145 prog_->inst_count(kInstEmptyWidth) + in NFA()
311 case kInstEmptyWidth: in AddToThreadq()
693 case kInstEmptyWidth: in Fanout()
Ddfa.cc437 prog_->inst_count(kInstEmptyWidth) + in DFA()
642 if (ip->opcode() == kInstEmptyWidth) in WorkqToCachedState()
887 case kInstEmptyWidth: in AddToQueue()
953 case kInstEmptyWidth: // already followed in RunWorkqOnByte()
Dbitstate.cc220 case kInstEmptyWidth: in TrySearch()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dbacktrack.cc217 case kInstEmptyWidth: in Try()