Searched refs:_M_const_iterators (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_base.h197 _Safe_iterator_base* _M_const_iterators; member in class:__gnu_debug::_Safe_sequence_base
205 : _M_iterators(0), _M_const_iterators(0), _M_version(1)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_base.h197 _Safe_iterator_base* _M_const_iterators; member in class:__gnu_debug::_Safe_sequence_base
205 : _M_iterators(0), _M_const_iterators(0), _M_version(1)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc94 swap_its(__lhs, __lhs._M_const_iterators,
95 __rhs, __rhs._M_const_iterators);
259 detach_all(_M_const_iterators);
260 _M_const_iterators = 0;
276 for (_Safe_iterator_base* __iter2 = _M_const_iterators; __iter2;)
294 for (_Safe_iterator_base* __iter2 = _M_const_iterators; __iter2;
322 __constant ? _M_const_iterators : _M_iterators;
344 if (_M_const_iterators == __it)
345 _M_const_iterators = __it->_M_next;
502 detach_all(_M_const_iterators);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc109 swap_its(__lhs, __lhs._M_const_iterators,
110 __rhs, __rhs._M_const_iterators);
274 detach_all(_M_const_iterators);
275 _M_const_iterators = 0;
291 for (_Safe_iterator_base* __iter2 = _M_const_iterators; __iter2;)
309 for (_Safe_iterator_base* __iter2 = _M_const_iterators; __iter2;
337 __constant ? _M_const_iterators : _M_iterators;
359 if (_M_const_iterators == __it)
360 _M_const_iterators = __it->_M_next;
514 detach_all(_M_const_iterators);
[all...]

Completed in 100 milliseconds