Searched refs:isLeak (Results 1 - 2 of 2) 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())
H A DMallocChecker.cpp373 MallocBugVisitor(SymbolRef S, bool isLeak = false)
374 : Sym(S), Mode(Normal), FailedReallocSymbol(nullptr), IsLeak(isLeak) {}

Completed in 5295 milliseconds