Home
last modified time | relevance | path

Searched refs:__format_context_create (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h57 __format_context_create(_OutIt __out_it,
65 __format_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __… in __format_context_create() function
120 …riend _LIBCPP_HIDE_FROM_ABI basic_format_context<_OtherOutIt, _OtherCharT> __format_context_create( in _LIBCPP_PREFERRED_NAME()
130__format_context_create(_OtherOutIt, basic_format_args<basic_format_context<_OtherOutIt, _OtherCha… in _LIBCPP_PREFERRED_NAME()
H A Dformat_functions.h413 …basic_format_parse_context{__fmt, __args.__size()}, std::__format_context_create(std::move(__out_i… in requires()
417 … std::__format_context_create(__buffer.__make_output_iterator(), __args)); in requires()
496 … std::__format_context_create(__buffer.__make_output_iterator(), __args)); in __vformat_to_n()
518 … std::__format_context_create(__buffer.__make_output_iterator(), __args)); in __vformatted_size()
547 … std::__format_context_create(std::move(__out_it), __args, std::move(__loc))); in requires()
552 std::__format_context_create(__buffer.__make_output_iterator(), __args, std::move(__loc))); in requires()
631 std::__format_context_create(__buffer.__make_output_iterator(), __args, std::move(__loc))); in __vformat_to_n()
656 std::__format_context_create(__buffer.__make_output_iterator(), __args, std::move(__loc))); in __vformatted_size()