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
   52   IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend");
   53   MPIPointToPointTypes.push_back(IdentInfo_MPI_Bsend);
   54   MPIType.push_back(IdentInfo_MPI_Bsend);
   55   assert(IdentInfo_MPI_Bsend);