Lines Matching refs:__new_start

440       pointer __new_start(this->_M_allocate(__len));  in _M_realloc_insert()  local
441 pointer __new_finish(__new_start); in _M_realloc_insert()
450 __new_start + __elems_before, in _M_realloc_insert()
462 __new_start, _M_get_Tp_allocator()); in _M_realloc_insert()
475 __new_start, _M_get_Tp_allocator()); in _M_realloc_insert()
489 __new_start + __elems_before); in _M_realloc_insert()
491 std::_Destroy(__new_start, __new_finish, _M_get_Tp_allocator()); in _M_realloc_insert()
492 _M_deallocate(__new_start, __len); in _M_realloc_insert()
502 this->_M_impl._M_start = __new_start; in _M_realloc_insert()
504 this->_M_impl._M_end_of_storage = __new_start + __len; in _M_realloc_insert()
561 pointer __new_start(this->_M_allocate(__len)); in _M_fill_insert() local
562 pointer __new_finish(__new_start); in _M_fill_insert()
566 std::__uninitialized_fill_n_a(__new_start + __elems_before, in _M_fill_insert()
574 __new_start, _M_get_Tp_allocator()); in _M_fill_insert()
586 std::_Destroy(__new_start + __elems_before, in _M_fill_insert()
587 __new_start + __elems_before + __n, in _M_fill_insert()
590 std::_Destroy(__new_start, __new_finish, in _M_fill_insert()
592 _M_deallocate(__new_start, __len); in _M_fill_insert()
601 this->_M_impl._M_start = __new_start; in _M_fill_insert()
603 this->_M_impl._M_end_of_storage = __new_start + __len; in _M_fill_insert()
635 pointer __new_start(this->_M_allocate(__len)); in _M_default_append() local
640 std::__uninitialized_default_n_a(__new_start + __size, in _M_default_append()
645 _M_deallocate(__new_start, __len); in _M_default_append()
649 __new_start, _M_get_Tp_allocator()); in _M_default_append()
656 std::__uninitialized_default_n_a(__new_start + __size, in _M_default_append()
658 __destroy_from = __new_start + __size; in _M_default_append()
661 __new_start, _M_get_Tp_allocator()); in _M_default_append()
668 _M_deallocate(__new_start, __len); in _M_default_append()
678 this->_M_impl._M_start = __new_start; in _M_default_append()
679 this->_M_impl._M_finish = __new_start + __size + __n; in _M_default_append()
680 this->_M_impl._M_end_of_storage = __new_start + __len; in _M_default_append()
769 pointer __new_start(this->_M_allocate(__len)); in _M_range_insert() local
770 pointer __new_finish(__new_start); in _M_range_insert()
776 __new_start, _M_get_Tp_allocator()); in _M_range_insert()
788 std::_Destroy(__new_start, __new_finish, in _M_range_insert()
790 _M_deallocate(__new_start, __len); in _M_range_insert()
799 this->_M_impl._M_start = __new_start; in _M_range_insert()
801 this->_M_impl._M_end_of_storage = __new_start + __len; in _M_range_insert()