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
  237   return IdentInfo == IdentInfo_MPI_Gather ||
  238          IdentInfo == IdentInfo_MPI_Igather ||
  239          IdentInfo == IdentInfo_MPI_Allgather ||
  240          IdentInfo == IdentInfo_MPI_Iallgather;