Home
last modified time | relevance | path

Searched refs:UnmatchedWaitBugType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h29 UnmatchedWaitBugType.reset(new BugType(&CB, "Unmatched wait", MPIError)); in MPIBugReporter()
77 std::unique_ptr<BugType> UnmatchedWaitBugType; variable
DMPIBugReporter.cpp78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode); in reportUnmatchedWait()