Searched refs:__voidify (Results 1 – 3 of 3) sorted by relevance
66 ::new (std::__voidify(*__idx)) _ValueType(*__ifirst); in __uninitialized_copy()96 ::new (std::__voidify(*__idx)) _ValueType(*__ifirst); in __uninitialized_copy_n()126 ::new (std::__voidify(*__idx)) _ValueType(__x); in __uninitialized_fill()154 ::new (std::__voidify(*__idx)) _ValueType(__x); in __uninitialized_fill_n()184 ::new (std::__voidify(*__idx)) _ValueType; in __uninitialized_default_construct()210 ::new (std::__voidify(*__idx)) _ValueType; in __uninitialized_default_construct_n()237 ::new (std::__voidify(*__idx)) _ValueType(); in __uninitialized_value_construct()263 ::new (std::__voidify(*__idx)) _ValueType(); in __uninitialized_value_construct_n()299 ::new (std::__voidify(*__idx)) _ValueType(__iter_move(__ifirst)); in __uninitialized_move()337 ::new (std::__voidify(*__idx)) _ValueType(__iter_move(__ifirst)); in __uninitialized_move_n()
41 return ::new (std::__voidify(*__location)) _Tp(std::forward<_Args>(__args)...); in construct_at()52 ::new (std::__voidify(*__location)) _Tp(std::forward<_Args>(__args)...); in __construct_at()
23 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void* __voidify(_Tp& __fr… in __voidify() function