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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1618 virtual bool isLeak() const { return false; } function in class:__anon18231::CFRefBug
1691 bool isLeak() const override { return true; }
1767 if (!BugTy.isLeak())

Completed in 799 milliseconds