Searched refs:AtEnd (Results 1 – 4 of 4) sorted by relevance
145 assert(!AtEnd());171 // so we have to consult AtEnd().172 return (AtEnd() && typed_other->AtEnd()) ||191 if (!AtEnd())194 bool AtEnd() const {
2707 assert(!AtEnd()); in Advance()2730 return (AtEnd() && typed_other->AtEnd()) || in Equals()2749 if (!AtEnd()) in ComputeCurrentValue()2752 bool AtEnd() const { in AtEnd() function2820 assert(!AtEnd()); in Advance()2847 return (AtEnd() && typed_other->AtEnd()) || in Equals()2870 if (!AtEnd()) in ComputeCurrentValue()2873 bool AtEnd() const { in AtEnd() function2951 assert(!AtEnd()); in Advance()2982 return (AtEnd() && typed_other->AtEnd()) || in Equals()[all …]
744 static AssertionNode* AtEnd(RegExpNode* on_success) { in AtEnd() function
3662 return AssertionNode::AtEnd(on_success); in ToNode()3691 GuardedAlternative end_alternative(AssertionNode::AtEnd(on_success)); in ToNode()