Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h29 : UnmatchedWaitBugType(&CB, "Unmatched wait", MPIError), in MPIBugReporter()
71 const BugType UnmatchedWaitBugType; variable
H A DMPIBugReporter.cpp76 auto Report = std::make_unique<PathSensitiveBugReport>(UnmatchedWaitBugType, in reportUnmatchedWait()