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
  171   IdentInfo_MPI_Ialltoall = &ASTCtx.Idents.get("MPI_Ialltoall");
  172   MPICollectiveTypes.push_back(IdentInfo_MPI_Ialltoall);
  173   MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall);
  174   MPINonBlockingTypes.push_back(IdentInfo_MPI_Ialltoall);
  175   MPIType.push_back(IdentInfo_MPI_Ialltoall);
  176   assert(IdentInfo_MPI_Ialltoall);
  252          IdentInfo == IdentInfo_MPI_Ialltoall;