Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp227 mutable std::unique_ptr<BugType> BT_Leak[CK_NumCheckKinds]; member in __anone8977cbd0111::MallocChecker
2063 if (!BT_Leak[*CheckKind]) { in reportLeak()
2064 BT_Leak[*CheckKind].reset( in reportLeak()
2071 BT_Leak[*CheckKind]->setSuppressOnSink(true); in reportLeak()
2103 new BugReport(*BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()