Lines Matching defs:ReallocPair
262 struct ReallocPair {
268 ReallocPair(SymbolRef S, OwnershipAfterReallocKind K)
274 bool operator==(const ReallocPair &X) const {
282 REGISTER_MAP_WITH_PROGRAMSTATE(ReallocPairs, SymbolRef, ReallocPair)
2714 ReallocPair(FromPtr, Kind));
2874 for (auto [Sym, ReallocPair] : RP) {
2875 if (SymReaper.isDead(Sym) || SymReaper.isDead(ReallocPair.ReallocatedSym)) {
3141 for (auto [Sym, ReallocPair] : RP) {
3148 SymbolRef ReallocSym = ReallocPair.ReallocatedSym;
3151 switch (ReallocPair.Kind) {
3160 assert(ReallocPair.Kind == OAR_FreeOnFailure);