Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp395 class MallocBugVisitor final class in __anone8977cbd0111::MallocChecker
396 : public BugReporterVisitorImpl<MallocBugVisitor> {
415 MallocBugVisitor(SymbolRef S, bool isLeak = false) in MallocBugVisitor() function in __anone8977cbd0111::MallocChecker::MallocBugVisitor
1712 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportMismatchedDealloc()
1795 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportUseAfterFree()
1826 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportDoubleFree()
1849 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportDoubleDelete()
1878 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym)); in ReportUseZeroAllocated()
2114 R->addVisitor(llvm::make_unique<MallocBugVisitor>(Sym, true)); in reportLeak()
2600 MallocChecker::MallocBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode()