Home
last modified time | relevance | path

Searched defs:__is_encoded_char (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dfs_path.h73 inline constexpr bool __is_encoded_char = false; in _GLIBCXX_VISIBILITY() local
75 inline constexpr bool __is_encoded_char<char> = true; in _GLIBCXX_VISIBILITY() local
78 inline constexpr bool __is_encoded_char<char8_t> = true; in _GLIBCXX_VISIBILITY() local
82 inline constexpr bool __is_encoded_char<wchar_t> = true; in _GLIBCXX_VISIBILITY() local
85 inline constexpr bool __is_encoded_char<char16_t> = true; in _GLIBCXX_VISIBILITY() local
87 inline constexpr bool __is_encoded_char<char32_t> = true; in _GLIBCXX_VISIBILITY() local