Searched refs:__format_context_create (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | format_context.h | 49 __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 D | test_format_context.h | 44 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 D | formatter.handle.pass.cpp | 49 …auto format_ctx = std::__format_context_create<decltype(out), char>(out, std::make_format_args<For… in test()
|
| H A D | formatter.bool.pass.cpp | 46 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
|
| H A D | formatter.char.pass.cpp | 45 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
|
| H A D | formatter.unsigned_integral.pass.cpp | 53 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
|
| H A D | formatter.pointer.pass.cpp | 51 …auto format_ctx = std::__format_context_create<decltype(out), CharT>(out, std::make_format_args<Fo… in test()
|
| H A D | formatter.c_string.pass.cpp | 45 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
|
| H A D | formatter.signed_integral.pass.cpp | 53 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
|
| H A D | formatter.const_char_array.pass.cpp | 62 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
|
| H A D | formatter.char_array.pass.cpp | 60 …auto format_ctx = std::__format_context_create<decltype(out), CharT>(out, std::make_format_args<Fo… in test()
|
| H A D | formatter.string.pass.cpp | 53 auto format_ctx = std::__format_context_create<decltype(out), CharT>( in test()
|
| H A D | formatter.floating_point.pass.cpp | 55 …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 D | format | 539 _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)));
|