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
  126   IdentInfo_MPI_Bcast = &ASTCtx.Idents.get("MPI_Bcast");
  127   MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast);
  128   MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast);
  129   MPIType.push_back(IdentInfo_MPI_Bcast);
  130   assert(IdentInfo_MPI_Bcast);
  256   return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast;