Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1293 bool OnePastTheEnd = Value.isLValueOnePastTheEnd(); in AddStructuralValue() local
1299 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in AddStructuralValue()
1317 if (OnePastTheEnd) in AddStructuralValue()
H A DAPValue.cpp1093 bool OnePastTheEnd, bool IsNullPtr);
H A DItaniumMangle.cpp6615 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg() local
6620 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in mangleValueInTemplateArg()
6638 if (OnePastTheEnd) in mangleValueInTemplateArg()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1955 bool OnePastTheEnd; variable
1962 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr()
1965 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match()
4810 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local
4814 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()