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

/external/clang/test/Sema/
H A 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 specified 'mpi' type tag that requires 'float *'}}
60 c->MPI_Send(i, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'float *'}}
H A 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
284 MPI_Send(float_buf, 1, MPI_FLOAT); // no-warning
/external/clang/test/Analysis/
H A DMPIMock.h30 #define MPI_FLOAT 0 macro

Completed in 79 milliseconds