Home
last modified time | relevance | path

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

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