Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp129 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local
131 CurrSet = &Dst; in expandGraphWithCheckers()
133 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()
134 CurrSet->clear(); in expandGraphWithCheckers()
137 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()
142 if (CurrSet->empty()) in expandGraphWithCheckers()
146 PrevSet = CurrSet; in expandGraphWithCheckers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp276 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local
277 RequiredReleases = *CurrSet; in checkBeginFunction()