Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h343 struct _LIBCPP_TEMPLATE_VIS __runtime_format_string { struct
351 …_LIBCPP_HIDE_FROM_ABI __runtime_format_string(basic_string_view<_CharT> __s) noexcept : __str_(__s… in __runtime_format_string() argument
353 __runtime_format_string(const __runtime_format_string&) = delete;
354 __runtime_format_string& operator=(const __runtime_format_string&) = delete; argument
357 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<char> runtime_format(string_view __fmt) noexce… in runtime_format()
359 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<wchar_t> runtime_format(wstring_view __fmt) no… in runtime_format()
376 …_LIBCPP_HIDE_FROM_ABI basic_format_string(__runtime_format_string<_CharT> __s) noexcept : __str_(_… in basic_format_string()