Searched refs:BT_MismatchedDealloc (Results 1 – 1 of 1) sorted by relevance
233 mutable std::unique_ptr<BugType> BT_MismatchedDealloc; member in __anone8977cbd0111::MallocChecker1681 if (!BT_MismatchedDealloc) in ReportMismatchedDealloc()1682 BT_MismatchedDealloc.reset( in ReportMismatchedDealloc()1717 auto R = llvm::make_unique<BugReport>(*BT_MismatchedDealloc, os.str(), N); in ReportMismatchedDealloc()