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
   35   IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend");
   36   MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend);
   37   MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend);
   38   MPIType.push_back(IdentInfo_MPI_Isend);
   39   assert(IdentInfo_MPI_Isend);