Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp536 for (SymbolRef PartSym : Sym->symbols()) { in providesInformationAboutInteresting() local
539 if (BR.isInteresting(PartSym)) in providesInformationAboutInteresting()
544 if (isa<SymSymExpr>(PartSym)) in providesInformationAboutInteresting()
682 for (SymbolRef PartSym : Sym->symbols()) in markPartsInteresting() local
683 BR.markInteresting(PartSym); in markPartsInteresting()