Searched refs:OnePastTheEnd (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 1293 bool OnePastTheEnd = Value.isLValueOnePastTheEnd(); in AddStructuralValue() local 1299 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in AddStructuralValue() 1317 if (OnePastTheEnd) in AddStructuralValue()
|
H A D | APValue.cpp | 1093 bool OnePastTheEnd, bool IsNullPtr);
|
H A D | ItaniumMangle.cpp | 6615 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 D | ItaniumDemangle.h | 1955 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()
|