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