Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h237 if (isElementPastEnd()) { in expand()
664 bool isElementPastEnd() const { return Offset == PastEndMark; } in isElementPastEnd() function
H A DPointer.cpp313 if (isElementPastEnd()) in print()
H A DInterp.cpp529 if (!Ptr.isElementPastEnd()) in CheckRange()
H A DInterp.h2290 ? (LHS.isElementPastEnd() ? LHS.getNumElems() : LHS.getIndex()) in SubPtr()
2295 ? (RHS.isElementPastEnd() ? RHS.getNumElems() : RHS.getIndex()) in SubPtr()