Searched refs:IdentInfo_MPI_Isend (Results 1 – 2 of 2) sorted by relevance
35 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend"); in initPointToPointIdentifiers()36 MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()37 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()38 MPIType.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()39 assert(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
70 IdentifierInfo *IdentInfo_MPI_Send = nullptr, *IdentInfo_MPI_Isend = nullptr, variable