Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c113 #define H5T_NATIVE_INT (H5OPEN H5T_NATIVE_INT_g) macro
305 H5Dwrite(H5T_NATIVE_INT, int_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()