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
   31   MPIPointToPointTypes.push_back(IdentInfo_MPI_Send);
   36   MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend);
   42   MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend);
   47   MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend);
   53   MPIPointToPointTypes.push_back(IdentInfo_MPI_Bsend);
   58   MPIPointToPointTypes.push_back(IdentInfo_MPI_Ibsend);
   64   MPIPointToPointTypes.push_back(IdentInfo_MPI_Rsend);
   69   MPIPointToPointTypes.push_back(IdentInfo_MPI_Irsend);
   74   MPIPointToPointTypes.push_back(IdentInfo_MPI_Recv);
   79   MPIPointToPointTypes.push_back(IdentInfo_MPI_Irecv);
  215   return llvm::is_contained(MPIPointToPointTypes, IdentInfo);