Searched refs:my_array (Results 1 – 4 of 4) sorted by relevance
20 class my_array {}; class22 export template <template <typename> typename C = my_array>36 class my_array {}; // expected-error {{redefinition of 'my_array'}} class39 template <template <typename> typename C = my_array>
19 class my_array {}; class21 template <template <typename> typename C = my_array>96 export using ::my_array;
22 class my_array {}; class24 template <template <typename> typename C = my_array>
187 typedef unsigned int my_array[42]; typedef190 my_array buffer; in typedef_as_array_type()