Searched refs:long_buf (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 208 long *long_buf, in test_user_types() argument 214 …MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match… in test_user_types() 219 …MPI_Send(long_buf, 1, my_s1_datatype); // expected-warning {{argument type 'long *' doesn't match … in test_user_types() 230 long *long_buf, in test_not_annotated() argument 234 MPI_Send(long_buf, 1, my_unknown_datatype); // no-warning in test_not_annotated() 293 long *long_buf) in test_hdf5() argument 306 H5Dwrite(H5T_NATIVE_LONG, long_buf); // no-warning in test_hdf5() 313 …H5Dwrite(H5T_NATIVE_INT, long_buf); // expected-warning {{argument type 'long *' doesn't match s… in test_hdf5()
|
/external/llvm-project/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 208 long *long_buf, in test_user_types() argument 214 …MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match… in test_user_types() 219 …MPI_Send(long_buf, 1, my_s1_datatype); // expected-warning {{argument type 'long *' doesn't match … in test_user_types() 230 long *long_buf, in test_not_annotated() argument 234 MPI_Send(long_buf, 1, my_unknown_datatype); // no-warning in test_not_annotated() 293 long *long_buf) in test_hdf5() argument 306 H5Dwrite(H5T_NATIVE_LONG, long_buf); // no-warning in test_hdf5() 313 …H5Dwrite(H5T_NATIVE_INT, long_buf); // expected-warning {{argument type 'long *' doesn't match s… in test_hdf5()
|