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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp207 mutable std::unique_ptr<BugType> BT_Leak[CK_NumCheckKinds]; member in class:__anon18202::MallocChecker
1753 if (!BT_Leak[*CheckKind]) {
1754 BT_Leak[*CheckKind].reset(
1761 BT_Leak[*CheckKind]->setSuppressOnSink(true);
1793 new BugReport(*BT_Leak[*CheckKind], os.str(), N, LocUsedForUniqueing,

Completed in 78 milliseconds