HomeSort by relevance Sort by last modified time
    Searched refs:isLeak (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
MallocChecker.cpp 415 bool IsLeak;
418 MallocBugVisitor(SymbolRef S, bool isLeak = false)
419 : Sym(S), Mode(Normal), FailedReallocSymbol(nullptr), IsLeak(isLeak) {}
472 if (!IsLeak)
    [all...]

Completed in 199 milliseconds