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