Home
last modified time | relevance | path

Searched refs:isOnePastEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h140 if (isOnePastEnd()) in narrow()
365 bool isOnePastEnd() const { in isOnePastEnd() function
H A DPointer.cpp140 IsOnePastEnd = isOnePastEnd(); in toAPValue()
243 (!Ptr.isUnknownSizeArray() && Ptr.isOnePastEnd())) in toRValue()
H A DInterp.cpp289 if (!Ptr.isOnePastEnd()) in CheckRange()
307 if (!Ptr.isOnePastEnd()) in CheckSubobject()