Searched refs:isLeak (Results 1 – 2 of 2) sorted by relevance
1667 virtual bool isLeak() const { return false; } in isLeak() function in __anonbe000e510611::CFRefBug1740 bool isLeak() const override { return true; } in isLeak() function in __anonbe000e510611::Leak1816 if (!BugTy.isLeak()) in getRanges()
415 MallocBugVisitor(SymbolRef S, bool isLeak = false) in MallocBugVisitor() argument416 : Sym(S), Mode(Normal), FailedReallocSymbol(nullptr), IsLeak(isLeak) {} in MallocBugVisitor()