Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp1119 if (Pos1 && Pos2 && Pos1->getContainer() != Pos2->getContainer()) { in verifyMatch()
1443 const auto *Cont = Pos->getContainer(); in handleInsert()
1469 const auto *Cont = Pos->getContainer(); in handleErase()
1500 const auto *Cont = Pos1->getContainer(); in handleErase()
2199 return Pos.getContainer() == Cont; in invalidateAllIteratorPositions()
2212 return Pos.getContainer() == Cont && in invalidateAllIteratorPositionsExcept()
2252 return Pos.getContainer() == Cont; in reassignAllIteratorPositions()
2266 return Pos.getContainer() == Cont && in reassignAllIteratorPositionsUnless()
2318 const auto *Cont = Pos.getContainer(); in isPastTheEnd()
2334 const auto *Cont = Pos.getContainer(); in isAheadOfRange()
[all …]