Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h47 class _LIBCPP_TEMPLATE_VIS basic_format_context; variable
56 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
64 _LIBCPP_HIDE_FROM_ABI basic_format_context<_OutIt, _CharT>
66 return std::basic_format_context(std::move(__out_it), __args); in __format_context_create()
83 basic_format_context { in _LIBCPP_PREFERRED_NAME()
105 basic_format_args<basic_format_context> __args_; in _LIBCPP_PREFERRED_NAME()
124 _LIBCPP_HIDE_FROM_ABI explicit basic_format_context( in _LIBCPP_PREFERRED_NAME()
132 …_LIBCPP_HIDE_FROM_ABI explicit basic_format_context(_OutIt __out_it, basic_format_args<basic_forma… in _LIBCPP_PREFERRED_NAME()
170 [&](auto __arg) -> basic_format_arg<basic_format_context> {
178 return basic_format_arg<basic_format_context>{
[all …]
H A Dformat_fwd.h30 class _LIBCPP_TEMPLATE_VIS basic_format_context; variable
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{ in format()
H A Drange_formatter.h145 basic_format_context<typename __format::__retarget_buffer<_CharT>::__iterator, _CharT> __c{ in format()
H A Dformat_functions.h410 … basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) { in requires()
544 basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) { in requires()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc11 // [format.context], class template basic_format_context
12 using std::basic_format_context;
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc752 SYMBOL(basic_format_context, std::, <format>)