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
   30   IdentInfo_MPI_Send = &ASTCtx.Idents.get("MPI_Send");
   31   MPIPointToPointTypes.push_back(IdentInfo_MPI_Send);
   32   MPIType.push_back(IdentInfo_MPI_Send);
   33   assert(IdentInfo_MPI_Send);