Searched defs:long_buf (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-type-safety-mpi-hdf5.c208 long *long_buf,
214 MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}}
219 MPI_Send(long_buf, 1, my_s1_datatype); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'struct S1 *'}}
230 long *long_buf,
234 MPI_Send(long_buf, 1, my_unknown_datatype); // no-warning
293 long *long_buf)
306 H5Dwrite(H5T_NATIVE_LONG, long_buf); // no-warning
313 H5Dwrite(H5T_NATIVE_INT, long_buf); // expected-warning {{argument type 'long *' doesn't match specified 'hdf5' type tag that requires 'int *'}}
207 test_user_types(int *int_buf, long *long_buf, struct S1 *s1_buf, struct S2 *s2_buf, enum E1 *e1_buf) argument
229 test_not_annotated(int *int_buf, long *long_buf, MPI_Datatype type) argument
289 test_hdf5(char *char_buf, signed char *schar_buf, unsigned char *uchar_buf, int *int_buf, long *long_buf) argument

Completed in 52 milliseconds