Searched refs:IdentInfo_MPI_Irecv (Results 1 – 2 of 2) sorted by relevance
78 IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv"); in initPointToPointIdentifiers()79 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()80 MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()81 MPIType.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()82 assert(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
74 *IdentInfo_MPI_Recv = nullptr, *IdentInfo_MPI_Irecv = nullptr; variable