Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp54 const MemRegion *ContReg,
255 const auto *ContReg = Cont.getAsRegion(); in handleBegin() local
256 if (!ContReg) in handleBegin()
259 ContReg = ContReg->getMostDerivedObjectRegion(); in handleBegin()
264 auto BeginSym = getContainerBegin(State, ContReg); in handleBegin()
266 State = createContainerBegin(State, ContReg, Elem, C.getASTContext().LongTy, in handleBegin()
268 BeginSym = getContainerBegin(State, ContReg); in handleBegin()
271 IteratorPosition::getPosition(ContReg, BeginSym)); in handleBegin()
277 const auto *ContReg = Cont.getAsRegion(); in handleEnd() local
278 if (!ContReg) in handleEnd()
[all …]
H A DMismatchedIteratorChecker.cpp82 const auto *ContReg = InstCall->getCXXThisVal().getAsRegion(); in checkPreCall() local
83 if (!ContReg) in checkPreCall()