Searched refs:ret_array (Results 1 – 4 of 4) sorted by relevance
68 const int ret_array()[4]; // expected-error {{cannot return array}}
71 const int ret_array()[4]; // expected-error {{cannot return array}}
927 for (ret_array, expected_dtype,930 if ret_array.dtype != expected_dtype.as_numpy_dtype:934 (ret_array.dtype, expected_dtype.as_numpy_dtype))935 if not expected_shape.is_compatible_with(ret_array.shape):939 (ret_array.shape, expected_shape))
243 static errcode_t get_dirlist(const char *dirname, char***ret_array) in get_dirlist() argument292 *ret_array = array; in get_dirlist()