Searched refs:float_buf (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 279 void test_mpi_real_user_type(real *real_buf, float *float_buf) in test_mpi_real_user_type() argument 283 MPI_Send(float_buf, 1, MPI_REAL); // no-warning in test_mpi_real_user_type() 284 MPI_Send(float_buf, 1, MPI_FLOAT); // no-warning in test_mpi_real_user_type()
|
/external/llvm-project/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 279 void test_mpi_real_user_type(real *real_buf, float *float_buf) in test_mpi_real_user_type() argument 283 MPI_Send(float_buf, 1, MPI_REAL); // no-warning in test_mpi_real_user_type() 284 MPI_Send(float_buf, 1, MPI_FLOAT); // no-warning in test_mpi_real_user_type()
|