Searched refs:UnmatchedWaitBugType (Results 1 – 4 of 4) sorted by relevance
29 UnmatchedWaitBugType.reset(new BugType(&CB, "Unmatched wait", MPIError)); in MPIBugReporter()77 std::unique_ptr<BugType> UnmatchedWaitBugType; variable
78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode); in reportUnmatchedWait()
28 UnmatchedWaitBugType.reset(new BugType(&CB, "Unmatched wait", MPIError)); in MPIBugReporter()74 std::unique_ptr<BugType> UnmatchedWaitBugType; variable
76 auto Report = std::make_unique<PathSensitiveBugReport>(*UnmatchedWaitBugType, in reportUnmatchedWait()