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

/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c50 #define MPI_FLOAT_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float_int) macro
81 #define MPI_FLOAT_INT ((MPI_Datatype) 0xa0000006) macro
155 MPI_Send(pfi, 1, MPI_FLOAT_INT); // no-warning
162 MPI_Send(pii, 1, MPI_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn't match specified 'mpi' type tag}}

Completed in 574 milliseconds