Home
last modified time | relevance | path

Searched refs:reportLeaks (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DSimpleStreamChecker.cpp64 void reportLeaks(ArrayRef<SymbolRef> LeakedStreams, CheckerContext &C,
197 reportLeaks(LeakedStreams, C, N); in checkDeadSymbols()
217 void SimpleStreamChecker::reportLeaks(ArrayRef<SymbolRef> LeakedStreams, in reportLeaks() function in SimpleStreamChecker
/external/skia/src/gpu/ganesh/
DGrMemoryPool.cpp44 this->reportLeaks(); in ~GrMemoryPool()
50 void GrMemoryPool::reportLeaks() const { in reportLeaks() function in GrMemoryPool
DGrMemoryPool.h84 void reportLeaks() const;
/external/skia/src/sksl/
DSkSLMemoryPool.h35 void reportLeaks() const {} in reportLeaks() function
DSkSLPool.cpp37 fMemPool->reportLeaks(); in ~Pool()