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

  /external/regex-re2/re2/
prog.cc 39 set_out_opcode(out, kInstEmptyWidth);
78 case kInstEmptyWidth:
249 case kInstEmptyWidth:
prog.h 55 kInstEmptyWidth, // empty-width special (^ $ ...); bit(s) set in empty_
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; }
162 EmptyOp empty_; // opcode == kInstEmptyWidth
nfa.cc 274 case kInstEmptyWidth:
545 case kInstEmptyWidth:
660 case kInstEmptyWidth:
662 // Ignore ip->empty() flags for kInstEmptyWidth
bitstate.cc 245 case kInstEmptyWidth:
dfa.cc 555 // any kInstEmptyWidth instructions in the state. These provide a useful
587 uint needflags = 0; // flags needed by kInstEmptyWidth instructions
622 case kInstEmptyWidth:
626 if (ip->opcode() == kInstEmptyWidth)
660 // kInstEmptyWidth instructions, new kInstEmptyWidth instructions
662 // The only sure thing is that if there are no kInstEmptyWidth
665 // possibly needed flags by exploring past the kInstEmptyWidth
844 case kInstEmptyWidth:
    [all...]
onepass.cc 84 // The other instructions -- kInstEmptyWidth, kInstMatch, kInstCapture --
375 // return false when the answer is true, when kInstEmptyWidth
511 case kInstEmptyWidth:
518 // kInstEmptyWidth only sometimes proceeds to ip->out(),

Completed in 861 milliseconds