Home
last modified time | relevance | path

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

/external/clang/test/Misc/
Dinteger-literal-printing.cpp59 enum class char32Ty : char16_t { enum
63 template <char32Ty T> struct Type9Helper;
64 template <> struct Type9Helper<char32Ty::c> { typedef char32Ty Ty; };
65 template <char32Ty T, typename Type9Helper<T>::Ty U> struct Type9 {};
78 …struct Type9<char32Ty::c, "9"> t9; // expected-error{{value of type 'const char [2]' is not implic… in Function()
/external/llvm-project/clang/test/Misc/
Dinteger-literal-printing.cpp59 enum class char32Ty : char16_t { enum
63 template <char32Ty T> struct Type9Helper;
64 template <> struct Type9Helper<char32Ty::c> { typedef char32Ty Ty; };
65 template <char32Ty T, typename Type9Helper<T>::Ty U> struct Type9 {};
78 …struct Type9<char32Ty::c, "9"> t9; // expected-error{{value of type 'const char [2]' is not implic… in Function()