Searched refs:MPI_FLOAT (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety.cpp | 7 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float) macro 54 …c->MPI_Send(int_buf, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match spec… in test1() 60 …c->MPI_Send(i, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match specified … in test1()
|
D | warn-type-safety-mpi-hdf5.c | 44 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float) macro 75 #define MPI_FLOAT ((MPI_Datatype) 0xa0000001) macro 277 #define MPI_REAL MPI_FLOAT 282 MPI_Send(real_buf, 1, MPI_FLOAT); // no-warning in test_mpi_real_user_type() 284 MPI_Send(float_buf, 1, MPI_FLOAT); // no-warning in test_mpi_real_user_type()
|
/external/clang/test/Analysis/ |
D | MPIMock.h | 30 #define MPI_FLOAT 0 macro
|