Searched refs:__format_arg_store (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_args.h35 _LIBCPP_HIDE_FROM_ABI basic_format_args(const __format_arg_store<_Context, _Args...>& __store) noexcept
H A Dformat_arg_store.h232 struct _LIBCPP_TEMPLATE_VIS __format_arg_store { struct
234 __format_arg_store(_Args&... __args) noexcept {
H A Dformat_functions.h70 _LIBCPP_HIDE_FROM_ABI __format_arg_store<_Context, _Args...> make_format_args(_Args&&... __args) {
71 return _VSTD::__format_arg_store<_Context, _Args...>(__args...);
76 _LIBCPP_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args(_Args&&... __args) {
77 return _VSTD::__format_arg_store<wformat_context, _Args...>(__args...);

Completed in 84 milliseconds