Searched refs:CurrSet (Results 1 – 2 of 2) sorted by relevance
114 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local116 CurrSet = &Dst; in expandGraphWithCheckers()118 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()119 CurrSet->clear(); in expandGraphWithCheckers()122 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()127 if (CurrSet->empty()) in expandGraphWithCheckers()131 PrevSet = CurrSet; in expandGraphWithCheckers()
282 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local283 RequiredReleases = *CurrSet; in checkBeginFunction()