Searched defs:MPI_Datatype (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-type-safety.cpp3 typedef struct ompi_datatype_t *MPI_Datatype; typedef in typeref:struct:ompi_datatype_t
7 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float)
8 #define MPI_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_int)
9 #define MPI_NULL OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_null)
24 void f1(void *buf, int count, MPI_Datatype datatype)
27 void f2(void *buf, int count, MPI_Datatype datatype)
30 void f3(void *buf, int count, MPI_Datatype datatype)
33 void f4(void *buf, int count, MPI_Datatype datatype)
36 void MPI_Send(void *buf, int count, MPI_Datatype datatype)
42 void value_dep(void *buf, int count, MPI_Datatype datatyp
[all...]
H A Dwarn-type-safety.c7 typedef struct A *MPI_Datatype; typedef in typeref:struct:A
9 int wrong1(void *buf, MPI_Datatype datatype)
12 int wrong2(void *buf, MPI_Datatype datatype)
15 int wrong3(void *buf, MPI_Datatype datatype)
18 int wrong4(void *buf, MPI_Datatype datatype)
21 int wrong5(void *buf, MPI_Datatype datatype)
24 int wrong6(void *buf, MPI_Datatype datatype)
29 int wrong7(void *buf, MPI_Datatype datatype)
32 int wrong8(void *buf, MPI_Datatype datatype)
37 int wrong10(double buf, MPI_Datatype typ
[all...]
H A Dwarn-type-safety-mpi-hdf5.c24 typedef struct ompi_datatype_t *MPI_Datatype; typedef in typeref:struct:ompi_datatype_t
28 typedef int MPI_Datatype; typedef
31 int MPI_Send(void *buf, int count, MPI_Datatype datatype)
34 int MPI_Gather(void *sendbuf, int sendcount, MPI_Datatype sendtype,
35 void *recvbuf, int recvcount, MPI_Datatype recvtype)
43 #define MPI_DATATYPE_NULL OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_datatype_null)
44 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float)
45 #define MPI_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_int)
46 #define MPI_LONG OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_long)
47 #define MPI_LONG_LONG_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_long_long_in
[all...]

Completed in 2546 milliseconds