Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__memory/
H A Duninitialized_algorithms.h402 constexpr void __allocator_construct_at(_Alloc& __alloc, _Tp* __loc) { in __allocator_construct_at() function
415 std::__allocator_construct_at(__elem_alloc, std::addressof(__array[__i])); in __allocator_construct_at()
435 constexpr void __allocator_construct_at(_Alloc& __alloc, _Tp* __loc, _Arg const& __arg) { in __allocator_construct_at() function
452 std::__allocator_construct_at(__elem_alloc, std::addressof(__array[__i]), __arg[__i]); in __allocator_construct_at()
477 std::__allocator_construct_at(__value_alloc, std::addressof(*__it), __value); in __uninitialized_allocator_fill_n()
494 std::__allocator_construct_at(__value_alloc, std::addressof(*__it)); in __uninitialized_allocator_value_construct_n()