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

  /external/regex-re2/re2/
prog.cc 67 case kInstAltMatch:
142 if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch)
203 // Insert kInstAltMatch instructions
225 ip->set_opcode(kInstAltMatch);
231 ip->set_opcode(kInstAltMatch);
246 case kInstAltMatch:
prog.h 52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa.
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
109 DCHECK_EQ(opcode(), kInstAltMatch);
nfa.cc 232 case kInstAltMatch:
322 case kInstAltMatch:
670 case kInstAltMatch:
bitstate.cc 200 case kInstAltMatch:
dfa.cc 605 case kInstAltMatch:
830 case kInstAltMatch:
    [all...]
onepass.cc 433 case kInstAltMatch:
434 // TODO(rsc): Ignoring kInstAltMatch optimization.

Completed in 114 milliseconds