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

/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c279 void test_mpi_real_user_type(real *real_buf, float *float_buf) argument
281 MPI_Send(real_buf, 1, MPI_REAL); // no-warning
282 MPI_Send(real_buf, 1, MPI_FLOAT); // no-warning

Completed in 167 milliseconds