Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp112 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local
114 CurrSet = &Dst; in expandGraphWithCheckers()
116 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()
117 CurrSet->clear(); in expandGraphWithCheckers()
120 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()
127 if (CurrSet->empty()) in expandGraphWithCheckers()
131 PrevSet = CurrSet; in expandGraphWithCheckers()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp283 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local
284 RequiredReleases = *CurrSet; in checkBeginFunction()