Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dranges_construct_at.h37 namespace __construct_at {
52 inline constexpr auto construct_at = __construct_at::__fn{};
H A Dconstruct_at.h41 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at() function
H A Duninitialized_algorithms.h569 std::__construct_at(std::__to_address(__first2), *__first1);
629 std::__construct_at(std::__to_address(__first2), std::move(*__first1));
H A Dshared_ptr.h1053 std::__construct_at(__control_block, __a, __n, std::forward<_Arg>(__arg)...);
1112 std::__construct_at(__control_block, __a, std::forward<_Arg>(__arg)...);
/llvm-project-15.0.7/libcxx/include/
H A D__bit_reference911 std::__construct_at(__word_ + __i, 0);
H A Dvector2390 std::__construct_at(std::__to_address(__begin_) + __i);