Searched refs:wcharTy (Results 1 – 1 of 1) sorted by relevance
43 enum class wcharTy : wchar_t { enum47 template <wcharTy T> struct Type7Helper;48 template <> struct Type7Helper<wcharTy::c> { typedef wcharTy Ty; };49 template <wcharTy T, typename Type7Helper<T>::Ty U> struct Type7 {};76 …struct Type7<wcharTy::c, "7"> t7; // expected-error{{value of type 'const char [2]' is not implici… in Function()