Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp127 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local
129 CurrSet = &Dst; in expandGraphWithCheckers()
131 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()
132 CurrSet->clear(); in expandGraphWithCheckers()
135 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()
140 if (CurrSet->empty()) in expandGraphWithCheckers()
144 PrevSet = CurrSet; in expandGraphWithCheckers()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp282 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local
283 RequiredReleases = *CurrSet; in checkBeginFunction()