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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2322 mutable OwningPtr<CFRefBug> leakWithinFunction, leakAtReturn; member in class:__anon3464::RetainCountChecker
2390 if (!leakWithinFunction) {
2392 leakWithinFunction.reset(new LeakWithinFunction("Leak of object when "
2398 leakWithinFunction.reset(new LeakWithinFunction("Leak"));
2401 return leakWithinFunction.get();

Completed in 41 milliseconds