Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h567 return isElementPastEnd() || isPastEnd() || in isOnePastEnd()
572 bool isPastEnd() const { in isPastEnd() function
615 if (isPastEnd()) in isDereferencable()
H A DPointer.cpp397 Ptr.isPastEnd()) in toRValue()
532 if (isDummy() || !isLive() || isPastEnd()) in toRValue()