Searched refs:ucharTy (Results 1 – 2 of 2) sorted by relevance
35 enum class ucharTy : unsigned char { enum39 template <ucharTy T> struct Type6Helper;40 template <> struct Type6Helper<ucharTy::c> { typedef ucharTy Ty; };41 template <ucharTy T, typename Type6Helper<T>::Ty U> struct Type6 {};75 …struct Type6<ucharTy::c, "6"> t6; // expected-error{{value of type 'const char [2]' is not implici… in Function()