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
  165   IdentInfo_MPI_Alltoall = &ASTCtx.Idents.get("MPI_Alltoall");
  166   MPICollectiveTypes.push_back(IdentInfo_MPI_Alltoall);
  167   MPICollToCollTypes.push_back(IdentInfo_MPI_Alltoall);
  168   MPIType.push_back(IdentInfo_MPI_Alltoall);
  169   assert(IdentInfo_MPI_Alltoall);
  251   return IdentInfo == IdentInfo_MPI_Alltoall ||