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
   68   IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend");
   69   MPIPointToPointTypes.push_back(IdentInfo_MPI_Irsend);
   70   MPIType.push_back(IdentInfo_MPI_Irsend);
   71   assert(IdentInfo_MPI_Irsend);