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

/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c51 #define MPI_2INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_2int) macro
82 #define MPI_2INT ((MPI_Datatype) 0xa0000007) macro
156 MPI_Send(pii, 1, MPI_2INT); // no-warning
163 MPI_Send(pfi, 1, MPI_2INT); // expected-warning {{argument type 'struct pair_float_int *' doesn't match specified 'mpi' type tag}}
166 MPI_Send(long_buf1, 1, MPI_2INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag}}

Completed in 44 milliseconds