Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h39 is_same<typename __is_pathable<_InputIt>::__char_type, char8_t>::value || in u8path()
41 is_same<typename __is_pathable<_InputIt>::__char_type, char>::value, in u8path()
61 is_same<typename __is_pathable<_InputIt>::__char_type, char8_t>::value || in u8path()
63 is_same<typename __is_pathable<_InputIt>::__char_type, char>::value, in u8path()
82 is_same<typename __is_pathable<_Source>::__char_type, char8_t>::value || in u8path()
84 is_same<typename __is_pathable<_Source>::__char_type, char>::value, in u8path()
H A Dpath.h57 using __char_type = char;
62 using __char_type = wchar_t;
68 using __char_type = char8_t;
74 using __char_type = char16_t;
79 using __char_type = char32_t;
107 _Void<typename __can_convert_char<_ECharT>::__char_type> >
120 _Void<typename __can_convert_char<_ECharT>::__char_type> >
160 _Void<typename __can_convert_char< typename iterator_traits<_Iter>::value_type>::__char_type> >
388 using _SourceChar = typename __is_pathable<_Tp>::__char_type;
/freebsd-14.2/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()
174 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()
H A Dformat_functions.h203 case __arg_t::__char_type: in __compile_time_visit_format_arg()