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