Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp120 IdentInfo_MPI_Iallgather = &ASTCtx.Idents.get("MPI_Iallgather"); in initCollectiveIdentifiers()
121 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
122 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
123 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
124 MPIType.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
125 assert(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
241 IdentInfo == IdentInfo_MPI_Iallgather; in isGatherType()
247 IdentInfo == IdentInfo_MPI_Iallgather; in isAllgatherType()
DMPIFunctionClassifier.h81 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable