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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3645 bool hasLeak = false; local
3647 hasLeak = true;
3649 hasLeak = (V.getCount() > 0);
3651 if (!hasLeak)

Completed in 125 milliseconds