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

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

Completed in 163 milliseconds