Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h30 MissingWaitBugType(&CB, "Missing wait", MPIError), in MPIBugReporter()
72 const BugType MissingWaitBugType; variable
H A DMPIBugReporter.cpp56 auto Report = std::make_unique<PathSensitiveBugReport>(MissingWaitBugType, in reportMissingWait()