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
   57   IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend");
   58   MPIPointToPointTypes.push_back(IdentInfo_MPI_Ibsend);
   59   MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend);
   60   MPIType.push_back(IdentInfo_MPI_Ibsend);
   61   assert(IdentInfo_MPI_Ibsend);