Lines Matching refs:Report
33 auto Report = std::make_unique<PathSensitiveBugReport>( in reportDoubleNonblocking() local
36 Report->addRange(MPICallEvent.getSourceRange()); in reportDoubleNonblocking()
40 Report->addRange(Range); in reportDoubleNonblocking()
42 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportDoubleNonblocking()
44 Report->markInteresting(RequestRegion); in reportDoubleNonblocking()
46 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking()
56 auto Report = std::make_unique<PathSensitiveBugReport>(*MissingWaitBugType, in reportMissingWait() local
61 Report->addRange(Range); in reportMissingWait()
62 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportMissingWait()
64 Report->markInteresting(RequestRegion); in reportMissingWait()
66 BReporter.emitReport(std::move(Report)); in reportMissingWait()
76 auto Report = std::make_unique<PathSensitiveBugReport>(*UnmatchedWaitBugType, in reportUnmatchedWait() local
79 Report->addRange(CE.getSourceRange()); in reportUnmatchedWait()
82 Report->addRange(Range); in reportUnmatchedWait()
84 BReporter.emitReport(std::move(Report)); in reportUnmatchedWait()