Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dbitmap_allocator.h180 size_type __to_move = this->_M_finish - __pos; in insert() local
185 while (__to_move) in insert()
188 --__dest; --__src; --__to_move; in insert()