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

References

tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
   56   auto Report = std::make_unique<PathSensitiveBugReport>(*MissingWaitBugType,
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
   31     MissingWaitBugType.reset(new BugType(&CB, "Missing wait", MPIError));