Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
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()
579 ContReg = ContReg->getMostDerivedObjectRegion(); in handleInsert()
[all …]
H A DMismatchedIteratorChecker.cpp92 const auto *ContReg = InstCall->getCXXThisVal().getAsRegion(); in checkPreCall() local
93 if (!ContReg) in checkPreCall()