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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2361 mutable OwningPtr<CFRefBug> leakWithinFunctionGC, leakAtReturnGC; member in class:__anon4066::RetainCountChecker
2419 if (!leakWithinFunctionGC)
2420 leakWithinFunctionGC.reset(new Leak("Leak of object when using "
2422 return leakWithinFunctionGC.get();

Completed in 52 milliseconds