Searched refs:basic_format_arg (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | format_arg_store.h | 168 return basic_format_arg<_Context>{__arg, static_cast<int>(__value)}; in __create_format_arg() 170 return basic_format_arg<_Context>{__arg, static_cast<long long>(__value)}; in __create_format_arg() 172 return basic_format_arg<_Context>{__arg, static_cast<unsigned>(__value)}; in __create_format_arg() 174 return basic_format_arg<_Context>{__arg, static_cast<unsigned long long>(__value)}; in __create_format_arg() 178 return basic_format_arg<_Context>{ in __create_format_arg() 183 return basic_format_arg<_Context>{ in __create_format_arg() 186 return basic_format_arg<_Context>{__arg, static_cast<const void*>(__value)}; in __create_format_arg() 188 return basic_format_arg<_Context>{ in __create_format_arg() 191 return basic_format_arg<_Context>{__arg, __value}; in __create_format_arg() 200 basic_format_arg<_Context> __arg = __create_format_arg<_Context>(__args); in __create_packed_storage() [all …]
|
| H A D | format_args.h | 47 basic_format_arg<_Context> get(size_t __id) const noexcept { in get() 49 return basic_format_arg<_Context>{}; in get() 52 … return basic_format_arg<_Context>{__format::__get_packed_type(__types_, __id), __values_[__id]}; in get() 71 const basic_format_arg<_Context>* __args_;
|
| H A D | format_arg.h | 90 … basic_format_arg<_Context> __arg) { in decltype() 132 typename basic_format_arg<_Context>::handle{__arg.__value_.__handle_}); in decltype() 219 class _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT basic_format_arg { 223 _LIBCPP_HIDE_FROM_ABI basic_format_arg() noexcept in basic_format_arg() function 248 _LIBCPP_HIDE_FROM_ABI explicit basic_format_arg(__format::__arg_t __type, in basic_format_arg() function 254 class _LIBCPP_TEMPLATE_VIS basic_format_arg<_Context>::handle {
|
| H A D | format_fwd.h | 26 class _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT basic_format_arg; variable
|
| H A D | format_context.h | 93 _LIBCPP_HIDE_FROM_ABI basic_format_arg<basic_format_context> in _LIBCPP_PREFERRED_NAME()
|
| H A D | parser_std_format_spec.h | 69 __substitute_arg_id(basic_format_arg<_Context> __format_arg) { in __substitute_arg_id()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.arguments/format.arg/ |
| H A D | ctor.pass.cpp | 27 ASSERT_NOEXCEPT(std::basic_format_arg<Context>{}); in test() 29 std::basic_format_arg<Context> format_arg{}; in test()
|
| H A D | operator_bool.pass.cpp | 29 std::basic_format_arg<Context> format_arg{}; in test()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | test_basic_format_arg.h | 15 bool test_basic_format_arg(std::basic_format_arg<Context> arg, T expected) { in test_basic_format_arg()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | format | 116 // [format.arg], class template basic_format_arg 117 template<class Context> class basic_format_arg; 120 see below visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg); 413 else if constexpr (same_as<decltype(__arg), typename basic_format_arg<_Ctx>::handle>)
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx2bIssues.csv | 87 `3540 <https://wg21.link/LWG3540>`__,"§[format.arg] There should be no const in ``basic_format_arg(… 89 `3542 <https://wg21.link/LWG3542>`__,"``basic_format_arg`` mishandles ``basic_string_view`` with cu… 190 "`3631 <https://wg21.link/LWG3631>`__","``basic_format_arg(T&&)`` should use ``remove_cvref_t<T>`` …
|
| H A D | Cxx20Issues.csv | 174 …G3246>`__","What are the constraints on the template parameter of ``basic_format_arg``\ ?","Belfas…
|