Home
last modified time | relevance | path

Searched refs:ContReg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/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 DMismatchedIteratorChecker.cpp92 const auto *ContReg = InstCall->getCXXThisVal().getAsRegion(); in checkPreCall() local
93 if (!ContReg) in checkPreCall()