Searched refs:_Destroy (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_construct.h88 _Destroy(_Tp* __pointer) function
99 std::_Destroy(&*__first);
118 _Destroy(_ForwardIterator __first, _ForwardIterator __last) function
136 _Destroy(_ForwardIterator __first, _ForwardIterator __last, function
145 _Destroy(_ForwardIterator __first, _ForwardIterator __last, function
148 _Destroy(__first, __last);
H A Dstl_uninitialized.h79 std::_Destroy(__result, __cur);
136 std::_Destroy(__first, __cur);
197 std::_Destroy(__first, __cur);
252 std::_Destroy(__first, __cur);
309 std::_Destroy(__result, __cur, __alloc);
344 std::_Destroy(__first, __cur, __alloc);
369 std::_Destroy(__first, __cur, __alloc);
410 std::_Destroy(__result, __mid, __alloc);
438 std::_Destroy(__result, __mid, __alloc);
460 std::_Destroy(__resul
[all...]
H A Dstl_tempbuf.h167 std::_Destroy(_M_buffer, _M_buffer + _M_len);
H A Dstl_vector.h313 { std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
1154 std::_Destroy(__pos, this->_M_impl._M_finish, _M_get_Tp_allocator());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_construct.h106 _Destroy(_Tp* __pointer) function in namespace:std
113 * This is a helper function used only by _Destroy().
122 std::_Destroy(&*__first);
131 * This is a helper function used only by _Destroy().
148 _Destroy(_ForwardIterator __first, _ForwardIterator __last) function in namespace:std
170 _Destroy(_ForwardIterator __first, _ForwardIterator __last, function in namespace:std
179 _Destroy(_ForwardIterator __first, _ForwardIterator __last, function in namespace:std
182 _Destroy(__first, __last);
H A Dstl_uninitialized.h91 std::_Destroy(__result, __cur);
153 std::_Destroy(__first, __cur);
198 std::_Destroy(__first, __cur);
243 std::_Destroy(__result, __cur, __alloc);
270 std::_Destroy(__first, __cur, __alloc);
298 std::_Destroy(__first, __cur, __alloc);
342 std::_Destroy(__result, __mid, __alloc);
365 std::_Destroy(__result, __mid, __alloc);
390 std::_Destroy(__first2, __mid2, __alloc);
H A Dstl_tempbuf.h128 std::_Destroy(_M_buffer, _M_buffer + _M_len);
H A Dstl_vector.h272 { std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
750 std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
H A Dstl_deque.h725 { std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Diterator.h176 { std::_Destroy(__pointer); }
181 { std::_Destroy(__first, __last); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h58 using std::_Destroy;
345 _Destroy(__cstr, __cstr + __size, _M_get_allocator());
356 _Destroy(__s, __s + __n, __a);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dropeimpl.h62 using std::_Destroy;
349 _Destroy(__cstr, __cstr + __size, get_allocator());
360 _Destroy(__s, __s + __n, __a);
H A Dhashtable.h80 using std::_Destroy;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h76 using std::_Destroy;

Completed in 375 milliseconds