Home
last modified time | relevance | path

Searched refs:IdentInfo_MPI_Allreduce (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp153 IdentInfo_MPI_Allreduce = &ASTCtx.Idents.get("MPI_Allreduce"); in initCollectiveIdentifiers()
154 MPICollectiveTypes.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()
155 MPICollToCollTypes.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()
156 MPIType.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()
157 assert(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()
264 IdentInfo == IdentInfo_MPI_Allreduce || in isReduceType()
DMPIFunctionClassifier.h83 *IdentInfo_MPI_Ireduce = nullptr, *IdentInfo_MPI_Allreduce = nullptr, variable