Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Distream_view.h37 template <class _Val, class _CharT, class _Traits> in requires() argument
45 basic_istream_view(basic_istream<_CharT,_Traits> & __stream) basic_istream_view() argument
69 __iterator(basic_istream_view<_Val,_CharT,_Traits> & __parent) __iterator() argument
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h145 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) : __ok_(false)… in sentry()
499 __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str, size_t __len) { in __put_character_sequence()
723 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& endl(basic_ostream<_CharT, _Traits>& _… in endl()
730 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& ends(basic_ostream<_CharT, _Traits>& _… in ends()
736 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& flush(basic_ostream<_CharT, _Traits>& … in flush()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_string.h95 using _CharT = iter_value_t<_Iterator>; __parse_number() local
144 using _CharT = iter_value_t<_Iterator>; __parse_arg_id() local
[all...]
H A Dformat_functions.h247 using _CharT = iter_value_t<_Iterator>; in __handle_replacement_field() local
300 using _CharT = typename _ParseCtx::char_type; in __vformat_to() local
406 requires(output_iterator<_OutIt, const _CharT&>) in requires()
537 requires(output_iterator<_OutIt, const _CharT&>) in requires()
H A Dformatter_output.h173 requires(same_as<_CharT, char>) in requires()
H A Dbuffer.h270 __flush(_CharT *,size_t __n) __flush() argument
[all...]
H A Dformat_arg_store.h53 requires(same_as<typename _Context::char_type, wchar_t> && same_as<_CharT, char>) in requires()
H A Dparser_std_format_spec.h69 using _CharT = iter_value_t<_Iterator>; in __parse_arg_id() local
H A Dformat_arg.h209 using _CharT = typename _Context::char_type; variable
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dstatically_widen.h35 # define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str, L##__s… argument