Lines Matching refs:Leaked
2644 SmallVectorImpl<SymbolRef> &Leaked) const;
2652 SmallVectorImpl<SymbolRef> &Leaked,
3761 SmallVectorImpl<SymbolRef> &Leaked) const { in handleSymbolDeath()
3782 Leaked.push_back(sid); in handleSymbolDeath()
3788 SmallVectorImpl<SymbolRef> &Leaked, in processLeaks() argument
3796 I = Leaked.begin(), E = Leaked.end(); I != E; ++I) { in processLeaks()
3841 SmallVector<SymbolRef, 10> Leaked; in checkEndFunction() local
3844 state = handleSymbolDeath(state, I->first, I->second, Leaked); in checkEndFunction()
3846 processLeaks(state, Leaked, Ctx, Pred); in checkEndFunction()
3868 SmallVector<SymbolRef, 10> Leaked; in checkDeadSymbols() local
3884 state = handleSymbolDeath(state, *I, *getRefBinding(state, Sym), Leaked); in checkDeadSymbols()
3888 if (Leaked.empty()) { in checkDeadSymbols()
3893 Pred = processLeaks(state, Leaked, C, Pred); in checkDeadSymbols()
3904 for (SmallVectorImpl<SymbolRef>::iterator I = Leaked.begin(), in checkDeadSymbols()
3905 E = Leaked.end(); in checkDeadSymbols()