Searched refs:nested_cls (Results 1 – 3 of 3) sorted by relevance
8 struct nested_cls;17 struct nested_cls;25 template<> struct cls<void>::nested_cls {};
61 struct nested_cls {};
194 cls<void>::nested_cls *nk1; // ok in test()200 …cls<void>::nested_cls unk1; // expected-error 1+{{explicit specialization of 'nested_cls' must be … in test()223 …struct cls<int>::nested_cls {}; // expected-error 1+{{explicit specialization of 'cls<int>' must b… struct in hidden_specializations::cls228 …template<typename T> struct cls<T*>::nested_cls {}; // expected-error 1+{{partial specialization o… struct in hidden_specializations::cls