Searched refs:scharTy (Results 1 – 2 of 2) sorted by relevance
27 enum class scharTy : signed char { enum31 template <scharTy T> struct Type5Helper;32 template <> struct Type5Helper<scharTy::c> { typedef scharTy Ty; };33 template <scharTy T, typename Type5Helper<T>::Ty U> struct Type5 {};74 …struct Type5<scharTy::c, "5"> t5; // expected-error{{value of type 'const char [2]' is not implici… in Function()