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

References

tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
   37   MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend);
   48   MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend);
   59   MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend);
   80   MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv);
   96   MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter);
  109   MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather);
  122   MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather);
  135   MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast);
  148   MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce);
  161   MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallreduce);
  174   MPINonBlockingTypes.push_back(IdentInfo_MPI_Ialltoall);
  209   return llvm::is_contained(MPINonBlockingTypes, IdentInfo);