Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp88 bool IsOnePastEnd; in toAPValue() local
93 IsOnePastEnd = false; in toAPValue()
109 IsOnePastEnd = false; in toAPValue()
113 IsOnePastEnd = false; in toAPValue()
140 IsOnePastEnd = isOnePastEnd(); in toAPValue()
150 return APValue(Base, Offset, Path, IsOnePastEnd, IsNullPtr); in toAPValue()