Searched refs:CurrSet (Results 1 – 2 of 2) sorted by relevance
127 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local129 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()
282 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local283 RequiredReleases = *CurrSet; in checkBeginFunction()