Home
last modified time | relevance | path

Searched refs:BT_Leak (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp216 mutable std::unique_ptr<BugType> BT_Leak[CK_NumCheckKinds]; member in __anon667d994e0111::MallocChecker
1836 if (!BT_Leak[*CheckKind]) { in reportLeak()
1837 BT_Leak[*CheckKind].reset( in reportLeak()
1844 BT_Leak[*CheckKind]->setSuppressOnSink(true); in reportLeak()
1876 new BugReport(*BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()