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
  115   MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather);
  121   MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather);
  154   MPICollToCollTypes.push_back(IdentInfo_MPI_Allreduce);
  160   MPICollToCollTypes.push_back(IdentInfo_MPI_Iallreduce);
  167   MPICollToCollTypes.push_back(IdentInfo_MPI_Alltoall);
  173   MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall);
  226   return llvm::is_contained(MPICollToCollTypes, IdentInfo);