Searched refs:LeakedStreams (Results 1 – 1 of 1) sorted by relevance
66 void reportLeaks(SymbolVector LeakedStreams,188 SymbolVector LeakedStreams; in checkDeadSymbols() local197 LeakedStreams.push_back(Sym); in checkDeadSymbols()205 reportLeaks(LeakedStreams, C, N); in checkDeadSymbols()225 void SimpleStreamChecker::reportLeaks(SymbolVector LeakedStreams, in reportLeaks() argument231 I = LeakedStreams.begin(), E = LeakedStreams.end(); I != E; ++I) { in reportLeaks()