Searched refs:__char_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | u8path.h | 33 is_same<typename __is_pathable<_InputIt>::__char_type, char8_t>::value || in u8path() 35 is_same<typename __is_pathable<_InputIt>::__char_type, char>::value, in u8path() 55 is_same<typename __is_pathable<_InputIt>::__char_type, char8_t>::value || in u8path() 57 is_same<typename __is_pathable<_InputIt>::__char_type, char>::value, in u8path() 76 is_same<typename __is_pathable<_Source>::__char_type, char8_t>::value || in u8path() 78 is_same<typename __is_pathable<_Source>::__char_type, char>::value, in u8path()
|
| H A D | path.h | 56 using __char_type _LIBCPP_NODEBUG = char; 61 using __char_type _LIBCPP_NODEBUG = wchar_t; 67 using __char_type _LIBCPP_NODEBUG = char8_t; 73 using __char_type _LIBCPP_NODEBUG = char16_t; 78 using __char_type _LIBCPP_NODEBUG = char32_t; 106 _Void<typename __can_convert_char<_ECharT>::__char_type> > 119 _Void<typename __can_convert_char<_ECharT>::__char_type> > 159 _Void<typename __can_convert_char< typename iterator_traits<_Iter>::value_type>::__char_type> > 387 using _SourceChar _LIBCPP_NODEBUG = typename __is_pathable<_Tp>::__char_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_arg_store.h | 57 return __arg_t::__char_type; in __determine_arg_t() 63 return __arg_t::__char_type; in requires() 182 if constexpr (__arg == __arg_t::__char_type) in __create_format_arg()
|
| H A D | format_arg.h | 64 __char_type, enumerator 110 case __format::__arg_t::__char_type: in decltype() 161 case __format::__arg_t::__char_type: in __visit_format_arg()
|
| H A D | format_functions.h | 204 case __arg_t::__char_type: in __compile_time_visit_format_arg()
|