Home
last modified time | relevance | path

Searched refs:basic_format_context (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h45 class basic_format_context; variable
54 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
56 basic_format_args<basic_format_context<_OutIt, _CharT>> __args,
58 return std::basic_format_context(std::move(__out_it), __args, std::move(__loc));
62 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
63 __format_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __… in __format_context_create()
64 return std::basic_format_context(std::move(__out_it), __args); in __format_context_create()
68 using format_context = basic_format_context<back_insert_iterator<__format::__output_buffer<char>>, …
70 using wformat_context = basic_format_context< back_insert_iterator<__format::__output_buffer<wchar_…
76 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wformat_context)) basic_format_context { in _LIBCPP_PREFERRED_NAME()
[all …]
H A Dconcepts.h63 … __formattable_with<remove_reference_t<_Tp>, basic_format_context<__fmt_iter_for<_CharT>, _CharT>>;
H A Dformatter_tuple.h108 basic_format_context<typename __format::__retarget_buffer<_CharT>::__iterator, _CharT> __c{ in format()
H A Dformat_functions.h411 … basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) { in requires()
460 …basic_format_args<basic_format_context<back_insert_iterator<__format::__output_buffer<_CharT>>, _C… in __try_constant_folding()
584 basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) { in requires()
H A Drange_formatter.h145 basic_format_context<typename __format::__retarget_buffer<_CharT>::__iterator, _CharT> __c{ in format()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
H A Dformat.inc11 // [format.context], class template basic_format_context
12 using std::basic_format_context;
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dformat.h29 class basic_format_context; variable
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat16 // [format.context], class template basic_format_context
17 template<class Out, class charT> class basic_format_context;
18 using format_context = basic_format_context<unspecified, char>;
19 using wformat_context = basic_format_context<unspecified, wchar_t>;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc759 SYMBOL(basic_format_context, std::, <format>)