Home
last modified time | relevance | path

Searched refs:isElementPastEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h167 if (isElementPastEnd()) { in expand()
352 if (isElementPastEnd()) in getIndex()
368 return isElementPastEnd() || getSize() == getOffset(); in isOnePastEnd()
372 bool isElementPastEnd() const { return Offset == PastEndMark; } in isElementPastEnd() function
H A DInterp.cpp298 if (!Ptr.isElementPastEnd()) in CheckRange()