Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c110 #define H5T_NATIVE_CHAR (CHAR_MIN?H5T_NATIVE_SCHAR:H5T_NATIVE_UCHAR) macro
295 H5Dwrite(H5T_NATIVE_CHAR, char_buf); // no-warning in test_hdf5()
297 …H5Dwrite(H5T_NATIVE_CHAR, schar_buf); // expected-warning {{argument type 'signed char *' doesn't… in test_hdf5()
298 H5Dwrite(H5T_NATIVE_CHAR, uchar_buf); // no-warning in test_hdf5()
300 H5Dwrite(H5T_NATIVE_CHAR, schar_buf); // no-warning in test_hdf5()
301 …H5Dwrite(H5T_NATIVE_CHAR, uchar_buf); // expected-warning {{argument type 'unsigned char *' doesn… in test_hdf5()
309 …H5Dwrite(H5T_NATIVE_CHAR, int_buf); // expected-warning {{argument type 'int *' doesn't match sp… in test_hdf5()
311 …H5Dwrite(H5T_NATIVE_CHAR, int_buf); // expected-warning {{argument type 'int *' doesn't match sp… in test_hdf5()