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
  106   IdentInfo_MPI_Igather = &ASTCtx.Idents.get("MPI_Igather");
  107   MPICollectiveTypes.push_back(IdentInfo_MPI_Igather);
  108   MPICollToPointTypes.push_back(IdentInfo_MPI_Igather);
  109   MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather);
  110   MPIType.push_back(IdentInfo_MPI_Igather);
  111   assert(IdentInfo_MPI_Igather);
  238          IdentInfo == IdentInfo_MPI_Igather ||