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
  100   IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather");
  101   MPICollectiveTypes.push_back(IdentInfo_MPI_Gather);
  102   MPICollToPointTypes.push_back(IdentInfo_MPI_Gather);
  103   MPIType.push_back(IdentInfo_MPI_Gather);
  104   assert(IdentInfo_MPI_Gather);
  237   return IdentInfo == IdentInfo_MPI_Gather ||