Searched defs:leakWithinFunction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2418 mutable std::unique_ptr<CFRefBug> leakWithinFunction, leakAtReturn; member in class:__anon18232::RetainCountChecker
2488 if (!leakWithinFunction) {
2490 leakWithinFunction.reset(new Leak(this,
2495 leakWithinFunction.reset(new Leak(this, "Leak"));
2498 return leakWithinFunction.get();

Completed in 49 milliseconds