Home
last modified time | relevance | path

Searched refs:ucharTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Misc/
Dinteger-literal-printing.cpp35 enum class ucharTy : unsigned char { enum
39 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()
/external/llvm-project/clang/test/Misc/
Dinteger-literal-printing.cpp35 enum class ucharTy : unsigned char { enum
39 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()