Searched refs:s1_buf (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 209 struct S1 *s1_buf, in test_user_types() argument 216 MPI_Send(s1_buf, 1, my_s1_datatype); // no-warning in test_user_types() 217 …MPI_Send(s1_buf, 1, my_s2_datatype); // expected-warning {{argument type 'struct S1 *' doesn't mat… in test_user_types() 220 …MPI_Send(s1_buf, 1, MPI_INT); // expected-warning {{argument type 'struct S1 *' doesn't match spec… in test_user_types() 261 void test_layout_compatibility(struct S1 *s1_buf, struct S3 *s3_buf, in test_layout_compatibility() argument 265 MPI_Send(s1_buf, 1, my_s1_compat_datatype); // no-warning in test_layout_compatibility() 267 …MPI_Send(s1_buf, 1, my_s3_compat_datatype); // expected-warning {{argument type 'struct S1 *' does… in test_layout_compatibility()
|