Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h155 class __basic_format_arg_value {
202 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value() noexcept : __monostate_() {} in __basic_format_arg_value() function
203 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(bool __value) noexcept : __boolean_(__value) {} in __basic_format_arg_value() function
205 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(int __value) noexcept : __int_(__value) {} in __basic_format_arg_value() function
208 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(unsigned long long __value) noexcept in __basic_format_arg_value() function
214 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(float __value) noexcept : __float_(__value) {} in __basic_format_arg_value() function
218 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(basic_string_view<_CharT> __value) noexcept in __basic_format_arg_value() function
248 __basic_format_arg_value<_Context> __value_;
267 typename __basic_format_arg_value<_Context>::__handle& __handle_;
277 typename __basic_format_arg_value<_Context>::__handle __h{__arg.__value_.__i128_}; in decltype()
[all …]
H A Dformat_arg_store.h203 …return basic_format_arg<_Context>{__arg, typename __basic_format_arg_value<_Context>::__handle{__v… in __create_format_arg()
210 __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, _Args&... … in __create_packed_storage()
233 __basic_format_arg_value<_Context> __values_[_Np];
H A Dformat_args.h67 const __basic_format_arg_value<_Context>* __values_;
H A Dformat_context.h180 __basic_format_arg_value<basic_format_context>(__arg)};