Home
last modified time | relevance | path

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

/src/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 DIterator.cpp186 Reg = Reg->getMostDerivedObjectRegion(); in getIteratorPosition()
199 Reg = Reg->getMostDerivedObjectRegion(); in setIteratorPosition()
H A DMismatchedIteratorChecker.cpp198 Cont = Cont->getMostDerivedObjectRegion(); in verifyMatch()
H A DIteratorModeling.cpp687 Cont = Cont->getMostDerivedObjectRegion(); in assignToContainer()
775 Reg = Reg->getMostDerivedObjectRegion(); in removeIteratorPosition()
H A DMoveChecker.cpp639 ThisRegion = ThisRegion->getMostDerivedObjectRegion(); in checkPreCall()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h129 const MemRegion *getMostDerivedObjectRegion() const;
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1374 const MemRegion *MemRegion::getMostDerivedObjectRegion() const { in getMostDerivedObjectRegion() function in MemRegion