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
  113   IdentInfo_MPI_Allgather = &ASTCtx.Idents.get("MPI_Allgather");
  114   MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather);
  115   MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather);
  116   MPIType.push_back(IdentInfo_MPI_Allgather);
  117   assert(IdentInfo_MPI_Allgather);
  239          IdentInfo == IdentInfo_MPI_Allgather ||
  245   return IdentInfo == IdentInfo_MPI_Allgather ||