Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp256 ContReg = ContReg->getMostDerivedObjectRegion(); in handleBegin()
278 ContReg = ContReg->getMostDerivedObjectRegion(); in handleEnd()
300 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssignment()
315 OldContReg = OldContReg->getMostDerivedObjectRegion(); in handleAssignment()
376 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssign()
390 ContReg = ContReg->getMostDerivedObjectRegion(); in handleClear()
419 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushBack()
459 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopBack()
499 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushFront()
534 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopFront()
[all …]
H A DIteratorModeling.cpp687 Cont = Cont->getMostDerivedObjectRegion(); in assignToContainer()
775 Reg = Reg->getMostDerivedObjectRegion(); in removeIteratorPosition()
H A DMoveChecker.cpp639 ThisRegion = ThisRegion->getMostDerivedObjectRegion(); in checkPreCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h129 const MemRegion *getMostDerivedObjectRegion() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1374 const MemRegion *MemRegion::getMostDerivedObjectRegion() const { in getMostDerivedObjectRegion() function in MemRegion