Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Distream_view.h38 concept __stream_extractable = requires(basic_istream<_CharT, _Traits>& __is, _Val& __t) { __is >> … in requires()
46 …_LIBCPP_HIDE_FROM_ABI constexpr explicit basic_istream_view(basic_istream<_CharT, _Traits>& __stre… in basic_istream_view()
69 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __iterator(basic_istream_view<_Val, _CharT, _Traits>& __p… in __iterator() argument
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h200 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) : __ok_(false)… in sentry()
542 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& endl(basic_ostream<_CharT, _Traits>& _… in endl()
549 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& ends(basic_ostream<_CharT, _Traits>& _… in ends()
555 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& flush(basic_ostream<_CharT, _Traits>& … in flush()
H A Dput_character_sequence.h30 __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str, size_t __len) { in __put_character_sequence()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/
H A Dbasic_ostream.h133 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) : __ok_(false)… in sentry()
487 __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str, size_t __len) { in __put_character_sequence()
711 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& endl(basic_ostream<_CharT, _Traits>& _… in endl()
718 _LIBCPP_HIDE_FROM_ABI inline basic_ostream<_CharT, _Traits>& ends(basic_ostream<_CharT, _Traits>& _… in ends()
724 _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.h92 using _CharT = iter_value_t<_Iterator>; in __parse_number() local
136 using _CharT = iter_value_t<_Iterator>; in __parse_arg_id() local
H A Dformat_functions.h249 using _CharT = iter_value_t<_Iterator>; in __handle_replacement_field() local
302 using _CharT = typename _ParseCtx::char_type; in __vformat_to() local
408 requires(output_iterator<_OutIt, const _CharT&>) in requires()
460basic_format_args<basic_format_context<back_insert_iterator<__format::__output_buffer<_CharT>>, _C… in __try_constant_folding()
579 requires(output_iterator<_OutIt, const _CharT&>) in requires()
H A Dformatter_output.h156 requires(same_as<_CharT, char>) in requires()
H A Dformat_arg_store.h61 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
/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
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dscan_keyword.h51 typedef typename iterator_traits<_InputIterator>::value_type _CharT; typedef
H A Dpad_and_output.h44 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator<_CharT, _Traits> __pad_and_output( in __pad_and_output()
H A Dtime.h596 # define _LIBCPP_TIME_GET_STORAGE_EXPLICIT_INSTANTIATION(_CharT) … argument