Searched refs:u1_buf (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 263 union U1 *u1_buf, union U2 *u2_buf) in test_layout_compatibility() argument 269 MPI_Send(u1_buf, 1, my_u1_compat_datatype); // no-warning in test_layout_compatibility() 270 …MPI_Send(u1_buf, 1, my_u2_datatype); // expected-warning {{argument type 'union U1 *' doesn… in test_layout_compatibility()
|
/external/llvm-project/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 263 union U1 *u1_buf, union U2 *u2_buf) in test_layout_compatibility() argument 269 MPI_Send(u1_buf, 1, my_u1_compat_datatype); // no-warning in test_layout_compatibility() 270 …MPI_Send(u1_buf, 1, my_u2_datatype); // expected-warning {{argument type 'union U1 *' doesn… in test_layout_compatibility()
|