Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp554 for (SymbolRef PartSym : Sym->symbols()) { in providesInformationAboutInteresting() local
557 if (BR.isInteresting(PartSym)) in providesInformationAboutInteresting()
562 if (isa<SymSymExpr>(PartSym)) in providesInformationAboutInteresting()
729 for (SymbolRef PartSym : Sym->symbols()) in markPartsInteresting() local
730 BR.markInteresting(PartSym); in markPartsInteresting()