Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dextended-usual-deallocation-functions.cpp15 struct __construct { explicit __construct() = default; }; struct
16 explicit destroying_delete_t(__construct) {} in destroying_delete_t()
19 inline constexpr destroying_delete_t destroying_delete(destroying_delete_t::__construct());
H A Dcxx2a-destroying-delete.cpp9 struct __construct { explicit __construct() = default; }; struct
10 explicit destroying_delete_t(__construct) {} in destroying_delete_t()
13 inline constexpr destroying_delete_t destroying_delete(destroying_delete_t::__construct());
/llvm-project-15.0.7/libcxx/include/
H A Doptional370 _LIBCPP_CONSTEXPR_AFTER_CXX17 void __construct(_Args&&... __args)
386 __construct(_VSTD::forward<_That>(__opt).__get());
403 __construct(_VSTD::forward<_That>(__opt).__get());
465 _LIBCPP_CONSTEXPR_AFTER_CXX17 void __construct(_UArg&& __val)
479 __construct(_VSTD::forward<_That>(__opt).__get());
496 __construct(_VSTD::forward<_That>(__opt).__get());
859 this->__construct(_VSTD::forward<_Up>(__v));
898 this->__construct(_VSTD::forward<_Args>(__args)...);
913 this->__construct(__il, _VSTD::forward<_Args>(__args)...);
932 __opt.__construct(_VSTD::move(this->__get()));
[all …]
H A Dscoped_allocator507 {__construct(__uses_alloc_ctor<_Tp, inner_allocator_type&, _Args...>(),
586 void __construct(integral_constant<int, 0>, _Tp* __p, _Args&& ...__args)
599 void __construct(integral_constant<int, 1>, _Tp* __p, _Args&& ...__args)
612 void __construct(integral_constant<int, 2>, _Tp* __p, _Args&& ...__args)