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
  119   IdentInfo_MPI_Iallgather = &ASTCtx.Idents.get("MPI_Iallgather");
  120   MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather);
  121   MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather);
  122   MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather);
  123   MPIType.push_back(IdentInfo_MPI_Iallgather);
  124   assert(IdentInfo_MPI_Iallgather);
  240          IdentInfo == IdentInfo_MPI_Iallgather;
  246          IdentInfo == IdentInfo_MPI_Iallgather;