reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
   28     UnmatchedWaitBugType.reset(new BugType(&CB, "Unmatched wait", MPIError));
   30         new BugType(&CB, "Double nonblocking", MPIError));
   31     MissingWaitBugType.reset(new BugType(&CB, "Missing wait", MPIError));