Searched refs:IdentInfo_MPI_Scatter (Results 1 – 2 of 2) sorted by relevance
88 IdentInfo_MPI_Scatter = &ASTCtx.Idents.get("MPI_Scatter"); in initCollectiveIdentifiers()89 MPICollectiveTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()90 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()91 MPIType.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()92 assert(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()232 return IdentInfo == IdentInfo_MPI_Scatter || in isScatterType()
78 IdentifierInfo *IdentInfo_MPI_Scatter = nullptr, variable