Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp352 mutable std::unique_ptr<BugType> BT_MismatchedDealloc; member in __anon700d2efc0411::MallocChecker
2086 if (!BT_MismatchedDealloc) in HandleMismatchedDealloc()
2087 BT_MismatchedDealloc.reset( in HandleMismatchedDealloc()
2122 auto R = std::make_unique<PathSensitiveBugReport>(*BT_MismatchedDealloc, in HandleMismatchedDealloc()