Home
last modified time | relevance | path

Searched refs:_M_destroy_data (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dstl_deque.h754 { _M_destroy_data(begin(), end(), _M_get_Tp_allocator()); } in ~deque()
1450 _M_destroy_data(iterator __first, iterator __last, const _Alloc1&) in _M_destroy_data() function
1454 _M_destroy_data(iterator __first, iterator __last, in _M_destroy_data() function
1466 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); in _M_erase_at_begin()
1476 _M_destroy_data(__pos, end(), _M_get_Tp_allocator()); in _M_erase_at_end()
/NextBSD/contrib/libstdc++/
DChangeLog-2005587 (_M_destroy_data): Adjust.
592 _M_erase_at_begin, _M_destroy_data, _M_destroy_data_dispatch,