Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dreturn.cpp68 const int ret_array()[4]; // expected-error {{cannot return array}}
/external/llvm-project/clang/test/SemaCXX/
Dreturn.cpp71 const int ret_array()[4]; // expected-error {{cannot return array}}
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py927 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))
/external/e2fsprogs/lib/support/
Dprofile.c243 static errcode_t get_dirlist(const char *dirname, char***ret_array) in get_dirlist() argument
292 *ret_array = array; in get_dirlist()