Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DPointer.h86 if (isOnePastEnd()) in narrow()
272 bool isOnePastEnd() const { in isOnePastEnd() function
DPointer.cpp128 IsOnePastEnd = isOnePastEnd(); in toAPValue()
DInterp.cpp242 if (!Ptr.isOnePastEnd()) in CheckRange()