Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c195 MPI_Datatype my_int_datatype __attribute__(( type_tag_for_datatype(mpi,int) )); variable
213 MPI_Send(int_buf, 1, my_int_datatype); // no-warning in test_user_types()
214 …MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match… in test_user_types()