Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp1131 if (!ContReg) in handleBegin()
1134 ContReg = ContReg->getMostDerivedObjectRegion(); in handleBegin()
1155 if (!ContReg) in handleEnd()
1158 ContReg = ContReg->getMostDerivedObjectRegion(); in handleEnd()
1194 if (!ContReg) in handleAssign()
1197 ContReg = ContReg->getMostDerivedObjectRegion(); in handleAssign()
1272 ContReg = ContReg->getMostDerivedObjectRegion(); in handleClear()
1299 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushBack()
1336 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePopBack()
1374 ContReg = ContReg->getMostDerivedObjectRegion(); in handlePushFront()
[all …]