Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h52 bool isLeak = false; variable
H A DRetainCountDiagnostics.cpp838 ExplodedNode *n, SymbolRef sym, bool isLeak) in RefCountReport()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp947 MallocBugVisitor(SymbolRef S, bool isLeak = false) in MallocBugVisitor()