Home
last modified time | relevance | path

Searched refs:u1_buf (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c263 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()