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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp206 const auto *IterCont = Pos->getContainer(); local
212 if (const auto *ContSym = IterCont->getSymbolicBase()) {
217 if (IterCont != Cont) {

Completed in 101 milliseconds