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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h 52 bool isLeak = false;
57 bool isLeak=false);
64 if (!isLeak)
RetainCountDiagnostics.cpp 845 ExplodedNode *n, SymbolRef sym, bool isLeak)
847 isLeak(isLeak) {
848 if (!isLeak)
998 : RefCountReport(D, LOpts, N, Sym, /*isLeak=*/true) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 750 bool IsLeak;
753 MallocBugVisitor(SymbolRef S, bool isLeak = false)
755 ReleaseDestructorLC(nullptr), IsLeak(isLeak) {}
820 if (!IsLeak)

Completed in 22 milliseconds