Searched refs:isElementPastEnd (Results 1 – 4 of 4) sorted by relevance
237 if (isElementPastEnd()) { in expand()664 bool isElementPastEnd() const { return Offset == PastEndMark; } in isElementPastEnd() function
313 if (isElementPastEnd()) in print()
529 if (!Ptr.isElementPastEnd()) in CheckRange()
2290 ? (LHS.isElementPastEnd() ? LHS.getNumElems() : LHS.getIndex()) in SubPtr()2295 ? (RHS.isElementPastEnd() ? RHS.getNumElems() : RHS.getIndex()) in SubPtr()