Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp172 IdentInfo_MPI_Ialltoall = &ASTCtx.Idents.get("MPI_Ialltoall"); in initCollectiveIdentifiers()
173 MPICollectiveTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
174 MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
175 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
176 MPIType.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
177 assert(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
253 IdentInfo == IdentInfo_MPI_Ialltoall; in isAlltoallType()
DMPIFunctionClassifier.h85 *IdentInfo_MPI_Ialltoall = nullptr, *IdentInfo_MPI_Barrier = nullptr; variable