Lines Matching refs:Leaked
2669 SmallVectorImpl<SymbolRef> &Leaked) const;
2677 SmallVectorImpl<SymbolRef> &Leaked,
3809 SmallVectorImpl<SymbolRef> &Leaked) const { in handleSymbolDeath()
3830 Leaked.push_back(sid); in handleSymbolDeath()
3836 SmallVectorImpl<SymbolRef> &Leaked, in processLeaks() argument
3844 I = Leaked.begin(), E = Leaked.end(); I != E; ++I) { in processLeaks()
3888 SmallVector<SymbolRef, 10> Leaked; in checkEndFunction() local
3891 state = handleSymbolDeath(state, I->first, I->second, Leaked); in checkEndFunction()
3893 processLeaks(state, Leaked, Ctx, Pred); in checkEndFunction()
3915 SmallVector<SymbolRef, 10> Leaked; in checkDeadSymbols() local
3931 state = handleSymbolDeath(state, *I, *getRefBinding(state, Sym), Leaked); in checkDeadSymbols()
3935 if (Leaked.empty()) { in checkDeadSymbols()
3940 Pred = processLeaks(state, Leaked, C, Pred); in checkDeadSymbols()
3951 for (SmallVectorImpl<SymbolRef>::iterator I = Leaked.begin(), in checkDeadSymbols()
3952 E = Leaked.end(); in checkDeadSymbols()