Searched refs:UnmatchedWaitBugType (Results 1 – 2 of 2) 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()