Searched refs:_M_first (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc95 ::operator delete(__bin._M_first);
113 __block_record->_M_next = __bin._M_first[0];
114 __bin._M_first[0] = __block_record;
138 __bin._M_first[__thread_id] = __block_record;
147 __block_record = __bin._M_first[__thread_id];
148 __bin._M_first[__thread_id] = __block_record->_M_next;
200 __bin._M_first = static_cast<_Block_record**>(__v);
201 __bin._M_first[0] = NULL;
225 ::operator delete(__bin._M_first);
242 ::operator delete(__bin._M_first);
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dstl_deque.h120 _Tp* _M_first; member in struct:_Deque_iterator
125 : _M_cur(__x), _M_first(*__y),
128 _Deque_iterator() : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) {}
131 : _M_cur(__x._M_cur), _M_first(__x._M_first),
149 _M_cur = _M_first;
165 if (_M_cur == _M_first)
185 const difference_type __offset = __n + (_M_cur - _M_first);
195 _M_cur = _M_first + (__offset - __node_offset
226 * immediately afterwards, based on _M_first an
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h207 _Block_record** _M_first; member in struct:__pool::_Bin_record
297 _Block_record** _M_first; member in struct:__pool::_Bin_record
696 if (__bin._M_first[__thread_id])
700 _Block_record* __block_record = __bin._M_first[__thread_id];
701 __bin._M_first[__thread_id] = __block_record->_M_next;

Completed in 106 milliseconds