Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp265 ContReg = ContReg->getMostDerivedObjectRegion(); in handleBegin()
287 ContReg = ContReg->getMostDerivedObjectRegion(); in handleEnd()
309 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssignment()
324 OldContReg = OldContReg->getMostDerivedObjectRegion(); in handleAssignment()
385 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssign()
399 ContReg = ContReg->getMostDerivedObjectRegion(); in handleClear()
428 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushBack()
468 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopBack()
508 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushFront()
543 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopFront()
[all …]
H A DIterator.cpp187 Reg = Reg->getMostDerivedObjectRegion(); in getIteratorPosition()
200 Reg = Reg->getMostDerivedObjectRegion(); in setIteratorPosition()
H A DMismatchedIteratorChecker.cpp206 Cont = Cont->getMostDerivedObjectRegion(); in verifyMatch()
H A DIteratorModeling.cpp692 Cont = Cont->getMostDerivedObjectRegion(); in assignToContainer()
780 Reg = Reg->getMostDerivedObjectRegion(); in removeIteratorPosition()
H A DMoveChecker.cpp637 ThisRegion = ThisRegion->getMostDerivedObjectRegion(); in checkPreCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h123 const MemRegion *getMostDerivedObjectRegion() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1288 const MemRegion *MemRegion::getMostDerivedObjectRegion() const { in getMostDerivedObjectRegion() function in MemRegion