Lines Matching refs:__new_start
185 iterator __new_start = _M_reserve_elements_at_front(__n); in _M_fill_insert() local
188 std::__uninitialized_fill_a(__new_start, this->_M_impl._M_start, in _M_fill_insert()
190 this->_M_impl._M_start = __new_start; in _M_fill_insert()
194 _M_destroy_nodes(__new_start._M_node, in _M_fill_insert()
394 iterator __new_start = _M_reserve_elements_at_front(__n); in _M_range_insert_aux() local
397 std::__uninitialized_copy_a(__first, __last, __new_start, in _M_range_insert_aux()
399 this->_M_impl._M_start = __new_start; in _M_range_insert_aux()
403 _M_destroy_nodes(__new_start._M_node, in _M_range_insert_aux()
472 iterator __new_start = _M_reserve_elements_at_front(__n); in _M_insert_aux() local
482 __start_n, __new_start, in _M_insert_aux()
484 this->_M_impl._M_start = __new_start; in _M_insert_aux()
491 __pos, __new_start, in _M_insert_aux()
495 this->_M_impl._M_start = __new_start; in _M_insert_aux()
501 _M_destroy_nodes(__new_start._M_node, in _M_insert_aux()
559 iterator __new_start = _M_reserve_elements_at_front(__n); in _M_insert_aux() local
569 __start_n, __new_start, in _M_insert_aux()
571 this->_M_impl._M_start = __new_start; in _M_insert_aux()
581 __new_start, in _M_insert_aux()
583 this->_M_impl._M_start = __new_start; in _M_insert_aux()
589 _M_destroy_nodes(__new_start._M_node, in _M_insert_aux()