Home | History | Annotate | Download | only in re2

Lines Matching refs:anchor_end

655         if (ip->opcode() == kInstMatch && !prog_->anchor_end())
941 if (prog_->anchor_end() && c != kByteEndText)
1878 bool dollar = anchor_end();
1895 } else if (kind == kFullMatch || anchor_end()) {