Home
last modified time | relevance | path

Searched defs:Inner0 (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp6 template<typename U> struct Inner0 { struct
7 static const unsigned value = 0;
10 template<typename U> struct Inner0<U*> { struct
11 static const unsigned value = 1;
16 struct X0<T>::Inner0<const U*> { struct in X0
17 static const unsigned value = 2;
49 struct X0<float>::Inner0<Z*> { struct in X0
50 static const unsigned value = 3;
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp27 struct Inner0 { struct
28 U x;
29 T y; // expected-error{{void}}
H A Dnested-template.cpp36 class Outer<X>::Inner0 { class in Outer