Searched refs:IdentInfo_MPI_Ibsend (Results 1 – 2 of 2) sorted by relevance
57 IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend"); in initPointToPointIdentifiers()58 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()59 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()60 MPIType.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()61 assert(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
72 *IdentInfo_MPI_Bsend = nullptr, *IdentInfo_MPI_Ibsend = nullptr, variable