Searched refs:H5T_NATIVE_CHAR (Results 1 – 2 of 2) sorted by relevance
110 #define H5T_NATIVE_CHAR (CHAR_MIN?H5T_NATIVE_SCHAR:H5T_NATIVE_UCHAR) macro295 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()
51 hid_t get_hdf5_type<char>() { return H5T_NATIVE_CHAR; }