Searched refs:__new_start (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | vector.tcc | 453 pointer __new_start(this->_M_allocate(__len)); in _M_realloc_insert() local 454 pointer __new_finish(__new_start); in _M_realloc_insert() 463 __new_start + __elems_before, in _M_realloc_insert() 475 __new_start, _M_get_Tp_allocator()); in _M_realloc_insert() 488 __new_start, _M_get_Tp_allocator()); in _M_realloc_insert() 502 __new_start + __elems_before); in _M_realloc_insert() 504 std::_Destroy(__new_start, __new_finish, _M_get_Tp_allocator()); in _M_realloc_insert() 505 _M_deallocate(__new_start, __len); in _M_realloc_insert() 515 this->_M_impl._M_start = __new_start; in _M_realloc_insert() 517 this->_M_impl._M_end_of_storage = __new_start + __len; in _M_realloc_insert() [all …]
|
| D | deque.tcc | 312 iterator __new_start = _M_reserve_elements_at_front(__n); in _M_fill_insert() local 315 std::__uninitialized_fill_a(__new_start, this->_M_impl._M_start, in _M_fill_insert() 317 this->_M_impl._M_start = __new_start; in _M_fill_insert() 321 _M_destroy_nodes(__new_start._M_node, in _M_fill_insert() 606 iterator __new_start = _M_reserve_elements_at_front(__n); in _M_range_insert_aux() local 609 std::__uninitialized_copy_a(__first, __last, __new_start, in _M_range_insert_aux() 611 this->_M_impl._M_start = __new_start; in _M_range_insert_aux() 615 _M_destroy_nodes(__new_start._M_node, in _M_range_insert_aux() 693 iterator __new_start = _M_reserve_elements_at_front(__n); in _M_insert_aux() local 703 __start_n, __new_start, in _M_insert_aux() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | bitmap_allocator.h | 175 iterator __new_start = this->allocate(__new_size); in _GLIBCXX_VISIBILITY() local 177 iterator __start = __new_start; in _GLIBCXX_VISIBILITY() 193 this->_M_start = __new_start; in _GLIBCXX_VISIBILITY()
|