Home | History | Annotate | Download | only in Checkers

Lines Matching full:bugreport

396   /// BugReport path. For example, showing the allocation site of the leaked
467 BugReport &BR) override;
471 BugReport &BR) override {
1637 auto R = llvm::make_unique<BugReport>(*BT_BadFree[*CheckKind], os.str(), N);
1661 auto R = llvm::make_unique<BugReport>(
1717 auto R = llvm::make_unique<BugReport>(*BT_MismatchedDealloc, os.str(), N);
1776 auto R = llvm::make_unique<BugReport>(*BT_OffsetFree[*CheckKind], os.str(), N);
1798 auto R = llvm::make_unique<BugReport>(*BT_UseFree[*CheckKind],
1825 auto R = llvm::make_unique<BugReport>(
1853 auto R = llvm::make_unique<BugReport>(
1880 auto R = llvm::make_unique<BugReport>(*BT_UseZerroAllocated[*CheckKind],
2118 auto R = llvm::make_unique<BugReport>(
2621 BugReport &BR) {