Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPointer.h83 if (isOnePastEnd()) in narrow()
269 bool isOnePastEnd() const { in isOnePastEnd() function
H A DPointer.cpp128 IsOnePastEnd = isOnePastEnd(); in toAPValue()
H A DInterp.cpp242 if (!Ptr.isOnePastEnd()) in CheckRange()