Searched defs:is_char (Results 1 – 4 of 4) sorted by relevance
158 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat() local
444 template <typename T> struct is_char : std::false_type {}; struct
267 Any<(char)0>::Short is_char; // expected-error {{ambiguous}} variable
2445 template <> struct is_char<custom_char> : std::true_type {}; struct