Searched refs:__construct (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/ |
| H A D | expected.h | 608 this->__construct(_Tag{}, std::forward<_Args>(__args)...); 612 this->__construct(_Tag{}, std::move(__tmp)); 621 this->__construct(_Tag{}, std::forward<_Args>(__args)...); 720 this->__construct(in_place, std::forward<_Args>(__args)...); 728 this->__construct(in_place, __il, std::forward<_Args>(__args)...); 746 __with_err.__construct(in_place, std::move(__with_val.__val())); 749 __with_val.__construct(unexpect, std::move(__tmp)); 757 __with_val.__construct(unexpect, std::move(__with_err.__unex())); 760 __with_err.__construct(in_place, std::move(__tmp)); 1464 this->__construct(unexpect, std::forward<_Args>(__args)...); [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | small_buffer.h | 82 _LIBCPP_HIDE_FROM_ABI void __construct(_Args&&... __args) { in __construct() function
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | optional | 367 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __construct(_Args&&... __args) { 376 __construct(std::forward<_That>(__opt).__get()); 388 __construct(std::forward<_That>(__opt).__get()); 437 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __construct(_UArg&& __val) { 448 __construct(std::forward<_That>(__opt).__get()); 460 __construct(std::forward<_That>(__opt).__get()); 738 this->__construct(std::forward<_Up>(__v)); 760 this->__construct(std::forward<_Args>(__args)...); 769 this->__construct(__il, std::forward<_Args>(__args)...); 781 __opt.__construct(std::move(this->__get())); [all …]
|
| H A D | scoped_allocator | 422 …__construct(__uses_alloc_ctor<_Tp, inner_allocator_type&, _Args...>(), __p, std::forward<_Args>(__… 484 _LIBCPP_HIDE_FROM_ABI void __construct(integral_constant<int, 0>, _Tp* __p, _Args&&... __args) { 490 _LIBCPP_HIDE_FROM_ABI void __construct(integral_constant<int, 1>, _Tp* __p, _Args&&... __args) { 497 _LIBCPP_HIDE_FROM_ABI void __construct(integral_constant<int, 2>, _Tp* __p, _Args&&... __args) {
|