Searched refs:basic_format_context (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h47 class _LIBCPP_TEMPLATE_VIS basic_format_context; variable in typeref:class:_LIBCPP_TEMPLATE_VIS
51 * Helper to create a basic_format_context.
56 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
58 basic_format_args<basic_format_context<_OutIt, _CharT>> __args,
60 return std::basic_format_context(std::move(__out_it), __args, std::move(__loc));
64 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
65 __format_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __args) {
66 return std::basic_format_context(std::move(__out_it), __args);
70 using format_context = basic_format_context<back_insert_iterator<__format::__output_buffer<char>>, char>;
72 using wformat_context = basic_format_context< back_insert_iterato
124 _LIBCPP_HIDE_FROM_ABI explicit basic_format_context( function
132 _LIBCPP_HIDE_FROM_ABI explicit basic_format_context(_OutIt __out_it, basic_format_args<basic_format_context> __args) function
154 class _LIBCPP_TEMPLATE_VIS basic_format_context<typename __format::__retarget_buffer<_CharT>::__iterator, _CharT> { class
162 _LIBCPP_HIDE_FROM_ABI explicit basic_format_context(iterator __out_it, _Context& __ctx) function in class:basic_format_context
206 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(basic_format_context); variable
[all...]
H A Dformat_fwd.h30 class _LIBCPP_TEMPLATE_VIS basic_format_context; variable in typeref:class:_LIBCPP_TEMPLATE_VIS
H A Dconcepts.h61 __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{
H A Drange_formatter.h145 basic_format_context<typename __format::__retarget_buffer<_CharT>::__iterator, _CharT> __c{
H A Dformat_functions.h410 basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) {
544 basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) {
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc11 // [format.context], class template basic_format_context
12 using std::basic_format_context;

Completed in 121 milliseconds