Home | History | Annotate | Download | only in Checkers

Lines Matching full:bugreport

106   std::unique_ptr<BugReport> generateAllocatedDataNotReleasedReport(
123 void markInteresting(BugReport *R, const AllocationPair &AP) const {
129 /// BugReport path. For example, showing the allocation site of the leaked
149 BugReport &BR) override;
262 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N);
307 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N);
363 auto Report = llvm::make_unique<BugReport>(
429 auto Report = llvm::make_unique<BugReport>(
512 std::unique_ptr<BugReport>
540 llvm::make_unique<BugReport>(*BT, os.str(), N, LocUsedForUniqueing,
596 BugReport &BR) {