Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp251 ContReg = ContReg->getMostDerivedObjectRegion(); in handleBegin()
273 ContReg = ContReg->getMostDerivedObjectRegion(); in handleEnd()
295 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssignment()
371 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssign()
385 ContReg = ContReg->getMostDerivedObjectRegion(); in handleClear()
414 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushBack()
454 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopBack()
494 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushFront()
529 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopFront()
565 ContReg = ContReg->getMostDerivedObjectRegion(); in handleInsert()
[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.cpp686 Cont = Cont->getMostDerivedObjectRegion(); in assignToContainer()
774 Reg = Reg->getMostDerivedObjectRegion(); in removeIteratorPosition()
H A DMoveChecker.cpp639 ThisRegion = ThisRegion->getMostDerivedObjectRegion(); in checkPreCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h126 const MemRegion *getMostDerivedObjectRegion() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1355 const MemRegion *MemRegion::getMostDerivedObjectRegion() const { in getMostDerivedObjectRegion() function in MemRegion