Searched defs:isLeak (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ | ||
D | RetainCountChecker.cpp | 1668 virtual bool isLeak() const { return false; } in isLeak() function in __anonf8e0d6ba0611::CFRefBug |
D | MallocChecker.cpp | 418 MallocBugVisitor(SymbolRef S, bool isLeak = false) in MallocBugVisitor() |