Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h46 class _LIBCPP_TEMPLATE_VIS basic_format_context; variable
55 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
57 basic_format_args<basic_format_context<_OutIt, _CharT>> __args,
59 return std::basic_format_context(std::move(__out_it), __args, std::move(__loc));
63 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
64 __format_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __… in __format_context_create()
65 return std::basic_format_context(std::move(__out_it), __args); in __format_context_create()
69 using format_context = basic_format_context<back_insert_iterator<__format::__output_buffer<char>>, …
71 using wformat_context = basic_format_context< back_insert_iterator<__format::__output_buffer<wchar_…
82 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 Drange_formatter.h145 basic_format_context<typename __format::__retarget_buffer<_CharT>::__iterator, _CharT> __c{ in format()
H A Dformat_functions.h409 … basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) { in requires()
542 basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) { in requires()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dformat.h29 class _LIBCPP_TEMPLATE_VIS 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.inc752 SYMBOL(basic_format_context, std::, <format>)