Home
last modified time | relevance | path

Searched refs:MPI_FLOAT (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety.cpp7 #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()
Dwarn-type-safety-mpi-hdf5.c44 #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/
DMPIMock.h30 #define MPI_FLOAT 0 macro