Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp128 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local
130 CurrSet = &Dst; in expandGraphWithCheckers()
132 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()
133 CurrSet->clear(); in expandGraphWithCheckers()
136 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()
141 if (CurrSet->empty()) in expandGraphWithCheckers()
145 PrevSet = CurrSet; in expandGraphWithCheckers()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp276 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local
277 RequiredReleases = *CurrSet; in checkBeginFunction()