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
   32   MPIType.push_back(IdentInfo_MPI_Send);
   38   MPIType.push_back(IdentInfo_MPI_Isend);
   43   MPIType.push_back(IdentInfo_MPI_Ssend);
   49   MPIType.push_back(IdentInfo_MPI_Issend);
   54   MPIType.push_back(IdentInfo_MPI_Bsend);
   60   MPIType.push_back(IdentInfo_MPI_Ibsend);
   65   MPIType.push_back(IdentInfo_MPI_Rsend);
   70   MPIType.push_back(IdentInfo_MPI_Irsend);
   75   MPIType.push_back(IdentInfo_MPI_Recv);
   81   MPIType.push_back(IdentInfo_MPI_Irecv);
   90   MPIType.push_back(IdentInfo_MPI_Scatter);
   97   MPIType.push_back(IdentInfo_MPI_Iscatter);
  103   MPIType.push_back(IdentInfo_MPI_Gather);
  110   MPIType.push_back(IdentInfo_MPI_Igather);
  116   MPIType.push_back(IdentInfo_MPI_Allgather);
  123   MPIType.push_back(IdentInfo_MPI_Iallgather);
  129   MPIType.push_back(IdentInfo_MPI_Bcast);
  136   MPIType.push_back(IdentInfo_MPI_Ibcast);
  142   MPIType.push_back(IdentInfo_MPI_Reduce);
  149   MPIType.push_back(IdentInfo_MPI_Ireduce);
  155   MPIType.push_back(IdentInfo_MPI_Allreduce);
  162   MPIType.push_back(IdentInfo_MPI_Iallreduce);
  168   MPIType.push_back(IdentInfo_MPI_Alltoall);
  175   MPIType.push_back(IdentInfo_MPI_Ialltoall);
  181   MPIType.push_back(IdentInfo_MPI_Comm_rank);
  185   MPIType.push_back(IdentInfo_MPI_Comm_size);
  189   MPIType.push_back(IdentInfo_MPI_Wait);
  193   MPIType.push_back(IdentInfo_MPI_Waitall);
  198   MPIType.push_back(IdentInfo_MPI_Barrier);
  204   return llvm::is_contained(MPIType, IdentInfo);