Home
last modified time | relevance | path

Searched refs:__char_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h38 is_same<typename __is_pathable<_InputIt>::__char_type, char8_t>::value || in u8path()
40 is_same<typename __is_pathable<_InputIt>::__char_type, char>::value, in u8path()
60 is_same<typename __is_pathable<_InputIt>::__char_type, char8_t>::value || in u8path()
62 is_same<typename __is_pathable<_InputIt>::__char_type, char>::value, in u8path()
81 is_same<typename __is_pathable<_Source>::__char_type, char8_t>::value || in u8path()
83 is_same<typename __is_pathable<_Source>::__char_type, char>::value, in u8path()
H A Dpath.h55 using __char_type = char;
60 using __char_type = wchar_t;
66 using __char_type = char8_t;
72 using __char_type = char16_t;
77 using __char_type = char32_t;
105 _Void<typename __can_convert_char<_ECharT>::__char_type> >
118 _Void<typename __can_convert_char<_ECharT>::__char_type> >
158 _Void<typename __can_convert_char< typename iterator_traits<_Iter>::value_type>::__char_type> >
386 using _SourceChar = typename __is_pathable<_Tp>::__char_type;
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h49 return __arg_t::__char_type; in __determine_arg_t()
55 return __arg_t::__char_type; in requires()
173 if constexpr (__arg == __arg_t::__char_type) in __create_format_arg()
H A Dformat_arg.h62 __char_type, enumerator
108 case __format::__arg_t::__char_type: in decltype()
159 case __format::__arg_t::__char_type: in __visit_format_arg()
H A Dformat_functions.h202 case __arg_t::__char_type: in __compile_time_visit_format_arg()