Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp119 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local
121 CurrSet = &Dst; in expandGraphWithCheckers()
123 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()
124 CurrSet->clear(); in expandGraphWithCheckers()
127 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()
132 if (CurrSet->empty()) in expandGraphWithCheckers()
136 PrevSet = CurrSet; in expandGraphWithCheckers()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp277 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local
278 RequiredReleases = *CurrSet; in checkBeginFunction()