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
2071 if (!BT_Leak[*CheckKind]) { in reportLeak()
2072 BT_Leak[*CheckKind].reset( in reportLeak()
2079 BT_Leak[*CheckKind]->setSuppressOnSink(true); in reportLeak()
2111 *BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()