Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c211 enum E1 *e1_buf) in test_user_types() argument
222 MPI_Send(e1_buf, 1, my_e1_datatype); // no-warning in test_user_types()
223 …MPI_Send(e1_buf, 1, MPI_INT); // expected-warning {{argument type 'enum E1 *' doesn't match specif… in test_user_types()