Searched refs:IdentInfo_MPI_Gather (Results 1 – 4 of 4) sorted by relevance
101 IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather"); in initCollectiveIdentifiers()102 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()103 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()104 MPIType.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()105 assert(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()238 return IdentInfo == IdentInfo_MPI_Gather || in isGatherType()
79 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable
100 IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather"); in initCollectiveIdentifiers()101 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()102 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()103 MPIType.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()104 assert(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()237 return IdentInfo == IdentInfo_MPI_Gather || in isGatherType()
78 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable