Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp216 const auto *IterCont = Pos->getContainer(); in verifyMatch() local
222 if (const auto *ContSym = IterCont->getSymbolicBase()) { in verifyMatch()
227 if (IterCont != Cont) { in verifyMatch()