Searched refs:__allocator_construct_at (Results 1 – 1 of 1) sorted by relevance
402 constexpr void __allocator_construct_at(_Alloc& __alloc, _Tp* __loc) { in __allocator_construct_at() function415 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() function452 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()