Searched refs:Inner0 (Results 1 – 3 of 3) sorted by relevance
6 template<typename U> struct Inner0 { struct10 template<typename U> struct Inner0<U*> { struct16 struct X0<T>::Inner0<const U*> { struct in X020 int array0[X0<int>::Inner0<int>::value == 0? 1 : -1];21 int array1[X0<int>::Inner0<int*>::value == 1? 1 : -1];22 int array2[X0<int>::Inner0<const int*>::value == 2? 1 : -1];49 struct X0<float>::Inner0<Z*> { struct in X053 int array3[X0<float>::Inner0<int>::value == 0? 1 : -1];54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1];55 int array5[X0<float>::Inner0<const int*>::value == 2? 1 : -1];
19 class Inner0;36 class Outer<X>::Inner0 { class in Outer43 void Outer<X>::Inner0<Y>::f(X, Y) { in f()
27 struct Inner0 { struct82 X1<void>::Inner0<int> *xvip; // okay in test_X1()83 X1<void>::Inner0<int> xvi; // expected-note{{instantiation}} in test_X1()