Searched defs:uninitialized_fill_n (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_uninitialized.h215 uninitialized_fill_n(_ForwardIter __first, _Size __n, const _Tp& __x) function
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_uninitialized.h236 uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr57107.C105 template<typename _ForwardIterator, typename _Size, typename _Tp> inline void uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) { function in namespace:std

Completed in 207 milliseconds