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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h113 if (isElementPastEnd()) {
264 if (isElementPastEnd())
273 return isElementPastEnd() || getSize() == getOffset();
277 bool isElementPastEnd() const { return Offset == PastEndMark; } function in class:clang::interp::Pointer
H A DInterp.cpp251 if (!Ptr.isElementPastEnd())

Completed in 113 milliseconds