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