Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp233 mutable std::unique_ptr<BugType> BT_MismatchedDealloc; member in __anone8977cbd0111::MallocChecker
1681 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()