Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp55 const MemRegion *ContReg,
252 const auto *ContReg = Cont.getAsRegion(); in handleBegin() local
253 if (!ContReg) in handleBegin()
256 ContReg = ContReg->getMostDerivedObjectRegion(); in handleBegin()
261 auto BeginSym = getContainerBegin(State, ContReg); in handleBegin()
263 State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy, in handleBegin()
265 BeginSym = getContainerBegin(State, ContReg); in handleBegin()
268 IteratorPosition::getPosition(ContReg, BeginSym)); in handleBegin()
274 const auto *ContReg = Cont.getAsRegion(); in handleEnd() local
275 if (!ContReg) in handleEnd()
[all …]
H A DMismatchedIteratorChecker.cpp82 const auto *ContReg = InstCall->getCXXThisVal().getAsRegion(); in checkPreCall() local
83 if (!ContReg) in checkPreCall()