OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H5T_NATIVE_INT
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c
113
#define
H5T_NATIVE_INT
(H5OPEN H5T_NATIVE_INT_g)
305
H5Dwrite(
H5T_NATIVE_INT
, int_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 *'}}
/external/opencv3/modules/flann/include/opencv2/flann/
hdf5.h
59
hid_t get_hdf5_type<int>() { return
H5T_NATIVE_INT
; }
Completed in 77 milliseconds