Searched refs:CurrSet (Results 1 – 2 of 2) sorted by relevance
129 ExplodedNodeSet *CurrSet = nullptr; in expandGraphWithCheckers() local131 CurrSet = &Dst; in expandGraphWithCheckers()133 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()134 CurrSet->clear(); in expandGraphWithCheckers()137 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()142 if (CurrSet->empty()) in expandGraphWithCheckers()146 PrevSet = CurrSet; in expandGraphWithCheckers()
276 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction() local277 RequiredReleases = *CurrSet; in checkBeginFunction()