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