Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp206 if (const auto *ContSym = Cont->getSymbolicBase()) { in verifyMatch() local
207 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
222 if (const auto *ContSym = IterCont->getSymbolicBase()) { in verifyMatch() local
223 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
251 if (const auto *ContSym = IterCont1->getSymbolicBase()) { in verifyMatch() local
252 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
261 if (const auto *ContSym = IterCont2->getSymbolicBase()) { in verifyMatch() local
262 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()