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
  132   IdentInfo_MPI_Ibcast = &ASTCtx.Idents.get("MPI_Ibcast");
  133   MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast);
  134   MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast);
  135   MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast);
  136   MPIType.push_back(IdentInfo_MPI_Ibcast);
  137   assert(IdentInfo_MPI_Ibcast);
  256   return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast;