Home
last modified time | relevance | path

Searched refs:getMostDerivedObjectRegion (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp259 ContReg = ContReg->getMostDerivedObjectRegion(); in handleBegin()
281 ContReg = ContReg->getMostDerivedObjectRegion(); in handleEnd()
304 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssignment()
319 OldContReg = OldContReg->getMostDerivedObjectRegion(); in handleAssignment()
380 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssign()
394 ContReg = ContReg->getMostDerivedObjectRegion(); in handleClear()
423 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushBack()
463 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopBack()
503 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushFront()
538 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopFront()
[all …]
H A DIterator.cpp186 Reg = Reg->getMostDerivedObjectRegion(); in getIteratorPosition()
199 Reg = Reg->getMostDerivedObjectRegion(); in setIteratorPosition()
H A DMismatchedIteratorChecker.cpp204 Cont = Cont->getMostDerivedObjectRegion(); in verifyMatch()
H A DIteratorModeling.cpp693 Cont = Cont->getMostDerivedObjectRegion(); in assignToContainer()
782 Reg = Reg->getMostDerivedObjectRegion(); in removeIteratorPosition()
H A DMoveChecker.cpp643 ThisRegion = ThisRegion->getMostDerivedObjectRegion(); in checkPreCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h163 const MemRegion *getMostDerivedObjectRegion() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1432 const MemRegion *MemRegion::getMostDerivedObjectRegion() const { in getMostDerivedObjectRegion() function in MemRegion