Searched refs:_M_sequence (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_base.h57 _Safe_sequence_base* _M_sequence; member in class:__gnu_debug::_Safe_iterator_base
63 * referenced by _M_sequence for the iterator to be
69 iterators. Only valid when _M_sequence != NULL. */
73 iterators. Only valid when _M_sequence != NULL. */
79 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
90 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
97 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
98 { this->_M_attach(__x._M_sequence, __constant); }
132 { return _M_sequence == __seq; }
H A Dsafe_local_iterator.h132 _M_attach(__x._M_sequence);
147 auto __cont = __x._M_sequence;
172 _M_attach(__x._M_sequence);
189 if (this->_M_sequence && this->_M_sequence == __x._M_sequence)
193 _M_version = __x._M_sequence->_M_version;
199 _M_attach(__x._M_sequence);
221 if (this->_M_sequence && this->_M_sequence
[all...]
H A Dmacros.h159 ._M_sequence(*this, "this") \
163 ._M_sequence(*this, "this") \
177 ._M_sequence(*this, "this") \
197 ._M_sequence(*this, "this"))
216 ._M_sequence(*this, "this"))
225 ._M_sequence(*this, "this") \
229 ._M_sequence(*this, "this") \
239 ._M_sequence(*this, "this") \
243 ._M_sequence(*this, "this") \
254 ._M_sequence(*thi
[all...]
H A Dsafe_iterator.h182 _M_attach(__x._M_sequence);
198 _Safe_sequence_base* __seq = __x._M_sequence;
225 _M_attach(__x._M_sequence);
242 if (this->_M_sequence && this->_M_sequence == __x._M_sequence)
246 _M_version = __x._M_sequence->_M_version;
252 _M_attach(__x._M_sequence);
275 if (this->_M_sequence && this->_M_sequence
[all...]
H A Dformatter.h222 const void* _M_sequence; member in struct:__gnu_debug::_Error_formatter::_Parameter::__anon1541::__anon1542
227 _Instance _M_sequence; member in union:__gnu_debug::_Error_formatter::_Parameter::__anon1541
276 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
304 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
329 _M_variant._M_iterator._M_sequence = 0;
342 _M_variant._M_iterator._M_sequence = 0;
356 _M_variant._M_iterator._M_sequence = 0;
433 _M_variant._M_sequence._M_name = __name;
434 _M_variant._M_sequence._M_address =
436 _M_variant._M_sequence
517 _M_sequence(const _Sequence& __seq, const char* __name = 0) function in class:__gnu_debug::_Error_formatter
[all...]
H A Dsafe_unordered_base.h72 { this->_M_attach(__x._M_sequence, __constant); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_base.h57 _Safe_sequence_base* _M_sequence; member in class:__gnu_debug::_Safe_iterator_base
63 * referenced by _M_sequence for the iterator to be
69 iterators. Only valid when _M_sequence != NULL. */
73 iterators. Only valid when _M_sequence != NULL. */
79 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
90 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
97 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
98 { this->_M_attach(__x._M_sequence, __constant); }
132 { return _M_sequence == __seq; }
H A Dsafe_local_iterator.h134 _M_attach(__x._M_sequence);
149 auto __cont = __x._M_sequence;
174 _M_attach(__x._M_sequence);
191 if (this->_M_sequence && this->_M_sequence == __x._M_sequence)
195 _M_version = __x._M_sequence->_M_version;
201 _M_attach(__x._M_sequence);
223 if (this->_M_sequence && this->_M_sequence
[all...]
H A Dmacros.h149 ._M_sequence(*this, "this") \
153 ._M_sequence(*this, "this") \
167 ._M_sequence(*this, "this") \
187 ._M_sequence(*this, "this"))
206 ._M_sequence(*this, "this"))
215 ._M_sequence(*this, "this") \
219 ._M_sequence(*this, "this") \
226 ._M_sequence(*this, "this") \
237 ._M_sequence(*this, "this") \
241 ._M_sequence(*thi
[all...]
H A Dsafe_iterator.h184 _M_attach(__x._M_sequence);
200 _Safe_sequence_base* __seq = __x._M_sequence;
227 _M_attach(__x._M_sequence);
244 if (this->_M_sequence && this->_M_sequence == __x._M_sequence)
248 _M_version = __x._M_sequence->_M_version;
254 _M_attach(__x._M_sequence);
277 if (this->_M_sequence && this->_M_sequence
[all...]
H A Dformatter.h227 const void* _M_sequence; member in struct:__gnu_debug::_Error_formatter::_Parameter::__anon1829::__anon1830
232 _Instance _M_sequence; member in union:__gnu_debug::_Error_formatter::_Parameter::__anon1829
279 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
307 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
332 _M_variant._M_iterator._M_sequence = 0;
345 _M_variant._M_iterator._M_sequence = 0;
359 _M_variant._M_iterator._M_sequence = 0;
436 _M_variant._M_sequence._M_name = __name;
437 _M_variant._M_sequence._M_address =
439 _M_variant._M_sequence
520 _M_sequence(const _Sequence& __seq, const char* __name = 0) function in class:__gnu_debug::_Error_formatter
[all...]
H A Dsafe_unordered_base.h72 { this->_M_attach(__x._M_sequence, __constant); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc82 __iter->_M_sequence = &__rhs;
84 __iter->_M_sequence = &__lhs;
359 _M_sequence = __seq;
360 _M_version = _M_sequence->_M_version;
361 _M_sequence->_M_attach(this, __constant);
374 _M_sequence = __seq;
375 _M_version = _M_sequence->_M_version;
376 _M_sequence->_M_attach_single(this, __constant);
386 // after we check that _M_sequence is not null. Use the pointer value
387 // to acquire the mutex (rather than via _M_sequence
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc97 __iter->_M_sequence = &__rhs;
99 __iter->_M_sequence = &__lhs;
374 _M_sequence = __seq;
375 _M_version = _M_sequence->_M_version;
376 _M_sequence->_M_attach(this, __constant);
389 _M_sequence = __seq;
390 _M_version = _M_sequence->_M_version;
391 _M_sequence->_M_attach_single(this, __constant);
401 // after we check that _M_sequence is not null. Use the pointer value
402 // to acquire the mutex (rather than via _M_sequence
[all...]

Completed in 209 milliseconds