Searched refs:OnePastTheEnd (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 325 bool OnePastTheEnd, bool IsNullPtr = false) 327 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr); 601 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd, 675 bool OnePastTheEnd, bool IsNullPtr);
|
/external/clang/include/clang/AST/ |
D | APValue.h | 143 bool OnePastTheEnd, unsigned CallIndex) in APValue() argument 145 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex); in APValue() 379 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd,
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 1666 bool OnePastTheEnd; variable 1672 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr() 1675 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match() 4504 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local 4508 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1666 bool OnePastTheEnd; variable 1672 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr() 1675 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match() 4504 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local 4508 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 1002 bool OnePastTheEnd, bool IsNullPtr);
|
D | ItaniumMangle.cpp | 5274 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg() local 5279 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in mangleValueInTemplateArg() 5298 if (OnePastTheEnd) in mangleValueInTemplateArg()
|