HomeSort by: relevance | last modified time | path
    Searched refs:IsLeak (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp 73 ValistBugVisitor(const MemRegion *Reg, bool IsLeak = false)
74 : Reg(Reg), IsLeak(IsLeak) {}
83 if (!IsLeak)
97 bool IsLeak;
MallocChecker.cpp 750 bool IsLeak;
753 MallocBugVisitor(SymbolRef S, bool isLeak = false)
755 ReleaseDestructorLC(nullptr), IsLeak(isLeak) {}
820 if (!IsLeak)

Completed in 19 milliseconds