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
   78   IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv");
   79   MPIPointToPointTypes.push_back(IdentInfo_MPI_Irecv);
   80   MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv);
   81   MPIType.push_back(IdentInfo_MPI_Irecv);
   82   assert(IdentInfo_MPI_Irecv);