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

/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformat_args.h35 _LIBCPP_HIDE_FROM_ABI basic_format_args(const __format_arg_store<_Context, _Args...>& __store) noexcept
75 basic_format_args(__format_arg_store<_Context, _Args...>) -> basic_format_args<_Context>;
H A Dformat_arg_store.h245 struct _LIBCPP_TEMPLATE_VIS __format_arg_store { struct
246 _LIBCPP_HIDE_FROM_ABI __format_arg_store(_Args&... __args) noexcept {
H A Dformat_functions.h69 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI __format_arg_store<_Context, _Args...> make_format_args(_Args&... __args) {
70 return _VSTD::__format_arg_store<_Context, _Args...>(__args...);
75 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...>
77 return _VSTD::__format_arg_store<wformat_context, _Args...>(__args...);

Completed in 62 milliseconds