Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp440 class MallocBugVisitor final : public BugReporterVisitor { class in __anon98725bea0111::MallocChecker
463 MallocBugVisitor(SymbolRef S, bool isLeak = false) in MallocBugVisitor() function in __anon98725bea0111::MallocChecker::MallocBugVisitor
1899 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportMismatchedDealloc()
1989 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportUseAfterFree()
2024 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportDoubleFree()
2048 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportDoubleDelete()
2078 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportUseZeroAllocated()
2341 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym, true)); in reportLeak()
2871 std::shared_ptr<PathDiagnosticPiece> MallocChecker::MallocBugVisitor::VisitNode( in VisitNode()