Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_context.h49 __format_context_create(
59 __format_context_create( in __format_context_create() function
125 __format_context_create(__OutIt, basic_format_args<basic_format_context<__OutIt, __CharT>>, in _LIBCPP_PREFERRED_NAME()
138 __format_context_create(__OutIt, basic_format_args<basic_format_context<__OutIt, __CharT>>); in _LIBCPP_PREFERRED_NAME()
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_format_context.h44 return std::__format_context_create(std::move(out_it), args); in test_format_context_create()
54 return std::__format_context_create(std::move(out_it), args, std::move(loc)); in test_format_context_create()
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dformatter.handle.pass.cpp49 …auto format_ctx = std::__format_context_create<decltype(out), char>(out, std::make_format_args<For… in test()
H A Dformatter.bool.pass.cpp46 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
H A Dformatter.char.pass.cpp45 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
H A Dformatter.unsigned_integral.pass.cpp53 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
H A Dformatter.pointer.pass.cpp51 …auto format_ctx = std::__format_context_create<decltype(out), CharT>(out, std::make_format_args<Fo… in test()
H A Dformatter.c_string.pass.cpp45 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
H A Dformatter.signed_integral.pass.cpp53 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
H A Dformatter.const_char_array.pass.cpp62 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
H A Dformatter.char_array.pass.cpp60 …auto format_ctx = std::__format_context_create<decltype(out), CharT>(out, std::make_format_args<Fo… in test()
H A Dformatter.string.pass.cpp53 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
H A Dformatter.floating_point.pass.cpp55 …auto format_ctx = std::__format_context_create<decltype(out), CharT>(out, std::make_format_args<Fo… in test()
/llvm-project-15.0.7/libcxx/include/
H A Dformat539 _VSTD::__format_context_create(_VSTD::move(__out_it), __args));
544 _VSTD::__format_context_create(__buffer.make_output_iterator(),
619 … _VSTD::__format_context_create(__buffer.make_output_iterator(), __args));
642 … _VSTD::__format_context_create(__buffer.make_output_iterator(), __args));
670 _VSTD::__format_context_create(_VSTD::move(__out_it), __args,
676 _VSTD::__format_context_create(__buffer.make_output_iterator(),
756 _VSTD::__format_context_create(__buffer.make_output_iterator(), __args, _VSTD::move(__loc)));
783 _VSTD::__format_context_create(__buffer.make_output_iterator(), __args, _VSTD::move(__loc)));