Searched defs:__is_encoded_char (Results 1 – 1 of 1) sorted by relevance
73 inline constexpr bool __is_encoded_char = false; in _GLIBCXX_VISIBILITY() local75 inline constexpr bool __is_encoded_char<char> = true; in _GLIBCXX_VISIBILITY() local78 inline constexpr bool __is_encoded_char<char8_t> = true; in _GLIBCXX_VISIBILITY() local82 inline constexpr bool __is_encoded_char<wchar_t> = true; in _GLIBCXX_VISIBILITY() local85 inline constexpr bool __is_encoded_char<char16_t> = true; in _GLIBCXX_VISIBILITY() local87 inline constexpr bool __is_encoded_char<char32_t> = true; in _GLIBCXX_VISIBILITY() local