Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h216 if (isElementPastEnd()) { in expand()
567 return isElementPastEnd() || isPastEnd() || in isOnePastEnd()
580 bool isElementPastEnd() const { return Offset == PastEndMark; } in isElementPastEnd() function
H A DPointer.cpp239 if (isElementPastEnd()) in print()
H A DInterp.cpp364 if (!Ptr.isElementPastEnd()) in CheckRange()
H A DInterp.h1993 T A = LHS.isElementPastEnd() ? T::from(LHS.getNumElems()) in SubPtr()
1995 T B = RHS.isElementPastEnd() ? T::from(RHS.getNumElems()) in SubPtr()