Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2482 mutable std::unique_ptr<CFRefBug> leakWithinFunctionGC, leakAtReturnGC; member in __anonfda336300811::RetainCountChecker
2565 if (!leakAtReturnGC) in getLeakAtReturnBug()
2566 leakAtReturnGC.reset(new Leak(this, in getLeakAtReturnBug()
2569 return leakAtReturnGC.get(); in getLeakAtReturnBug()