Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp208 if (const auto *ContSym = Cont->getSymbolicBase()) { in verifyMatch() local
209 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
224 if (const auto *ContSym = IterCont->getSymbolicBase()) { in verifyMatch() local
225 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
254 if (const auto *ContSym = IterCont1->getSymbolicBase()) { in verifyMatch() local
255 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
264 if (const auto *ContSym = IterCont2->getSymbolicBase()) { in verifyMatch() local
265 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()