Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp229 mutable std::unique_ptr<BugType> BT_Leak[CK_NumCheckKinds]; member in __anone8977cbd0111::MallocChecker
2079 if (!BT_Leak[*CheckKind]) { in reportLeak()
2080 BT_Leak[*CheckKind].reset( in reportLeak()
2087 BT_Leak[*CheckKind]->setSuppressOnSink(true); in reportLeak()
2119 *BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing, in reportLeak()