Home
last modified time | relevance | path

Searched defs:isLeak (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h52 bool isLeak = false; variable
H A DRetainCountDiagnostics.cpp845 ExplodedNode *n, SymbolRef sym, bool isLeak) in RefCountReport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp753 MallocBugVisitor(SymbolRef S, bool isLeak = false) in MallocBugVisitor()