HomeSort by relevance Sort by last modified time
    Searched refs:kInstMatch (Results 1 - 7 of 7) sorted by null

  /external/regex-re2/re2/
prog.cc 45 set_opcode(kInstMatch);
82 case kInstMatch:
257 case kInstMatch:
prog.h 56 kInstMatch, // found a match!
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
153 int32 match_id_; // opcode == kInstMatch
nfa.cc 263 case kInstMatch:
339 case kInstMatch:
540 case kInstMatch:
640 case kInstMatch:
bitstate.cc 255 case kInstMatch: {
dfa.cc 577 // is a matching state (one that reached a kInstMatch in the program)
615 bool sawmatch = false; // whether queue contains guaranteed kInstMatch
650 case kInstMatch:
655 if (ip->opcode() == kInstMatch && !prog_->anchor_end())
848 case kInstMatch:
    [all...]
onepass.cc 84 // The other instructions -- kInstEmptyWidth, kInstMatch, kInstCapture --
371 // (3) there is at most one input-free path from ip to a kInstMatch
536 case kInstMatch:
  /external/regex-re2/re2/testing/
backtrack.cc 206 case kInstMatch:

Completed in 425 milliseconds