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
   63   IdentInfo_MPI_Rsend = &ASTCtx.Idents.get("MPI_Rsend");
   64   MPIPointToPointTypes.push_back(IdentInfo_MPI_Rsend);
   65   MPIType.push_back(IdentInfo_MPI_Rsend);
   66   assert(IdentInfo_MPI_Rsend);