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
   46   IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend");
   47   MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend);
   48   MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend);
   49   MPIType.push_back(IdentInfo_MPI_Issend);
   50   assert(IdentInfo_MPI_Issend);