Searched refs:charTy (Results 1 – 3 of 3) sorted by relevance
19 enum class charTy : char { enum23 template <charTy T> struct Type4Helper;24 template <> struct Type4Helper<charTy::c> { typedef charTy Ty; };25 template <charTy T, typename Type4Helper<T>::Ty U> struct Type4 {};73 …struct Type4<charTy::c, "4"> t4; // expected-error{{value of type 'const char [2]' is not implicit… in Function()
71 if (auto charTy = ty.dyn_cast<fir::CharacterType>()) in discoverKind() local72 return charTy.getFKind(); in discoverKind()