Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h184 if (isOnePastEnd()) in narrow()
524 if (isOnePastEnd()) in getByteOffset()
557 bool isOnePastEnd() const { in isOnePastEnd() function
H A DPointer.cpp147 /*IsOnePastEnd=*/isOnePastEnd(), /*IsNullPtr=*/false); in toAPValue()
174 if (Ptr.isOnePastEnd()) in toAPValue()
224 return APValue(Base, Offset, Path, /*IsOnePastEnd=*/isOnePastEnd(), in toAPValue()
H A DEvaluationResult.cpp181 !P.isUnknownSizeArray() && !P.isOnePastEnd() && P.isBlockPointer(); in collectBlocks()
H A DInterp.h988 if (LHS.isOnePastEnd() && !RHS.isOnePastEnd() && !RHS.isZero() &&
994 } else if (RHS.isOnePastEnd() && !LHS.isOnePastEnd() && !LHS.isZero() &&
1846 if (Ptr.isOnePastEnd()) in OffsetHelper()
1903 if (Result == 0 && Ptr.isOnePastEnd()) { in OffsetHelper()
2926 if (!Ptr.isRoot() || Ptr.isOnePastEnd() || Ptr.isArrayElement()) { in Free()
2929 << Ptr.toDiagnosticString(S.getCtx()) << Ptr.isOnePastEnd(); in Free()
H A DInterp.cpp354 if (!Ptr.isOnePastEnd()) in CheckRange()
374 if (!Ptr.isOnePastEnd()) in CheckSubobject()