Searched refs:variable_array (Results 1 – 3 of 3) sorted by relevance
43 void foo(int i, int incomplete_array[]) { int variable_array[i]; } in foo() local
305 def _build_tensor_dataset(self, variable_array): argument306 components = (variable_array, np.array([1, 2, 3]), np.array(37.0))
72 …Types variable_array[i]; // expected-error{{declaration type contains unexpanded parameter pack 'T… in f() local