Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
310 OldContReg = OldContReg->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()
[all …]
H A DIterator.cpp187 Reg = Reg->getMostDerivedObjectRegion(); in getIteratorPosition()
200 Reg = Reg->getMostDerivedObjectRegion(); in setIteratorPosition()
H A DMismatchedIteratorChecker.cpp208 Cont = Cont->getMostDerivedObjectRegion(); in verifyMatch()
H A DIteratorModeling.cpp691 Cont = Cont->getMostDerivedObjectRegion(); in assignToContainer()
779 Reg = Reg->getMostDerivedObjectRegion(); in removeIteratorPosition()
H A DMoveChecker.cpp636 ThisRegion = ThisRegion->getMostDerivedObjectRegion(); in checkPreCall()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h125 const MemRegion *getMostDerivedObjectRegion() const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1327 const MemRegion *MemRegion::getMostDerivedObjectRegion() const { in getMostDerivedObjectRegion() function in MemRegion