Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp200 if (const auto *ContSym = Cont->getSymbolicBase()) { in verifyMatch() local
201 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
216 if (const auto *ContSym = IterCont->getSymbolicBase()) { in verifyMatch() local
217 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
245 if (const auto *ContSym = IterCont1->getSymbolicBase()) { in verifyMatch() local
246 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
255 if (const auto *ContSym = IterCont2->getSymbolicBase()) { in verifyMatch() local
256 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()