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
  158   IdentInfo_MPI_Iallreduce = &ASTCtx.Idents.get("MPI_Iallreduce");
  159   MPICollectiveTypes.push_back(IdentInfo_MPI_Iallreduce);
  160   MPICollToCollTypes.push_back(IdentInfo_MPI_Iallreduce);
  161   MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallreduce);
  162   MPIType.push_back(IdentInfo_MPI_Iallreduce);
  163   assert(IdentInfo_MPI_Iallreduce);
  264          IdentInfo == IdentInfo_MPI_Iallreduce;