Searched refs:_M_allocate_and_copy (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C99 template <typename _ForwardIterator> void _M_allocate_and_copy (int, _ForwardIterator p2, _ForwardIterator p3) function in struct:std::J
112 _M_allocate_and_copy (0, p1, p2);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_vector.h272 iterator __tmp = _M_allocate_and_copy(__n, _M_start, _M_finish);
419 iterator _M_allocate_and_copy(size_type __n, _ForwardIterator __first, function in class:vector
430 iterator _M_allocate_and_copy(size_type __n, const_iterator __first, function in class:vector
510 iterator __tmp = _M_allocate_and_copy(__xlen, __x.begin(), __x.end());
565 iterator __tmp = _M_allocate_and_copy(__len, __first, __last);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_vector.h1221 _M_allocate_and_copy(size_type __n, function in class:vector

Completed in 44 milliseconds