Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h344 bool OnePastTheEnd, bool IsNullPtr = false)
346 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr);
622 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd,
696 bool OnePastTheEnd, bool IsNullPtr);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1276 bool OnePastTheEnd = Value.isLValueOnePastTheEnd(); in AddStructuralValue() local
1282 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in AddStructuralValue()
1300 if (OnePastTheEnd) in AddStructuralValue()
H A DAPValue.cpp1089 bool OnePastTheEnd, bool IsNullPtr);
H A DItaniumMangle.cpp6584 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg() local
6589 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in mangleValueInTemplateArg()
6607 if (OnePastTheEnd) in mangleValueInTemplateArg()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1956 bool OnePastTheEnd; variable
1963 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr()
1966 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match()
4811 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local
4815 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()