HomeSort by relevance Sort by last modified time
    Searched full:ucharty (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Misc/
integer-literal-printing.cpp 35 enum class ucharTy : unsigned char {
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 implicitly convertible to 'typename Type6Helper<(ucharTy)'\x00'>::Ty' (aka 'ucharTy')}}

Completed in 3040 milliseconds