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
   41   IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend");
   42   MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend);
   43   MPIType.push_back(IdentInfo_MPI_Ssend);
   44   assert(IdentInfo_MPI_Ssend);