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
  102   if (!PrevReq || (Req->CurrentState != PrevReq->CurrentState)) {
  102   if (!PrevReq || (Req->CurrentState != PrevReq->CurrentState)) {
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
   43   if (Req && Req->CurrentState == Request::State::Nonblocking) {
  113       if (Req.second.CurrentState == Request::State::Nonblocking) {
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
   34     Id.AddInteger(CurrentState);
   38     return CurrentState == ToCompare.CurrentState;
   38     return CurrentState == ToCompare.CurrentState;