Searched refs:char16Ty (Results 1 – 2 of 2) sorted by relevance
51 enum class char16Ty : char16_t { enum55 template <char16Ty T> struct Type8Helper;56 template <> struct Type8Helper<char16Ty::c> { typedef char16Ty Ty; };57 template <char16Ty T, typename Type8Helper<T>::Ty U> struct Type8 {};77 …struct Type8<char16Ty::c, "8"> t8; // expected-error{{value of type 'const char [2]' is not implic… in Function()