Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp364 mutable std::unique_ptr<BugType> BT_MismatchedDealloc; member in __anonac89c38b0411::MallocChecker
2298 if (!BT_MismatchedDealloc) in HandleMismatchedDealloc()
2299 BT_MismatchedDealloc.reset( in HandleMismatchedDealloc()
2334 auto R = std::make_unique<PathSensitiveBugReport>(*BT_MismatchedDealloc, in HandleMismatchedDealloc()