Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__ranges/
H A Distream_view.h38 concept __stream_extractable = requires(basic_istream<_CharT, _Traits>& __is, _Val& __t) { __is >> __t; }; in requires() argument
46 _LIBCPP_HIDE_FROM_ABI constexpr explicit basic_istream_view(basic_istream<_CharT, _Traits>& __stream) in basic_istream_view() argument
69 __iterator(basic_istream_view<_Val,_CharT,_Traits> & __parent) __iterator() argument
[all...]
/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>; __parse_arg_id() local
[all...]
H A Dformat_functions.h247 using _CharT = iter_value_t<_Iterator>; __handle_replacement_field() local
300 using _CharT = typename _ParseCtx::char_type; __vformat_to() local
406 requires(output_iterator<_OutIt,const _CharT &>) requires() argument
537 requires(output_iterator<_OutIt,const _CharT &>) requires() argument
[all...]
H A Dformatter_output.h173 requires(same_as<_CharT,char>) requires() argument
[all...]
H A Dbuffer.h271 __flush(_CharT *,size_t __n) __flush() argument
[all...]
H A Dformat_arg_store.h53 template <class _Context, class _CharT> in requires() argument
H A Dparser_std_format_spec.h69 using _CharT = iter_value_t<_Iterator>; in __parse_arg_id() local
[all...]
H A Dformat_arg.h210 using _CharT = typename _Context::char_type; global() variable
/llvm-project/libcxx/include/__chrono/
H A Dstatically_widen.h35 # define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str, L##__str) argument
/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h145 sentry(basic_ostream<_CharT,_Traits> & __os) sentry() argument
499 __put_character_sequence(basic_ostream<_CharT,_Traits> & __os,const _CharT * __str,size_t __len) __put_character_sequence() argument
723 endl(basic_ostream<_CharT,_Traits> & __os) endl() argument
730 ends(basic_ostream<_CharT,_Traits> & __os) ends() argument
736 flush(basic_ostream<_CharT,_Traits> & __os) flush() argument
[all...]
/llvm-project/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
H A Dostream_joiner.op.assign.pass.cpp37 operator<<(std::basic_ostream<_CharT, _Traits>& os, const mutating_delimiter &d) in operator <<()
49 operator<<(std::basic_ostream<_CharT, _Traits>& os, mutating_delimiter2 &d) in operator <<()