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

/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c48 #define MPI_CHAR OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_char) macro
79 #define MPI_CHAR ((MPI_Datatype) 0xa0000005) macro
173 MPI_Send(char_buf, 255, MPI_CHAR); // no-warning
177 MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'char *'}}
180 MPI_Send(void_buf, 255, MPI_CHAR); // no-warning

Completed in 229 milliseconds