Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
Ddebug.cc64 __iter->_M_sequence = &__rhs; in swap_its()
66 __iter->_M_sequence = &__lhs; in swap_its()
309 _M_sequence = __seq; in _M_attach()
310 _M_version = _M_sequence->_M_version; in _M_attach()
311 _M_sequence->_M_attach(this, __constant); in _M_attach()
324 _M_sequence = __seq; in _M_attach_single()
325 _M_version = _M_sequence->_M_version; in _M_attach_single()
326 _M_sequence->_M_attach_single(this, __constant); in _M_attach_single()
334 if (_M_sequence) in _M_detach()
335 _M_sequence->_M_detach(this); in _M_detach()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Ddebug.cc73 __iter->_M_sequence = &__rhs; in swap_its()
75 __iter->_M_sequence = &__lhs; in swap_its()
349 _M_sequence = __seq; in _M_attach()
350 _M_version = _M_sequence->_M_version; in _M_attach()
351 _M_sequence->_M_attach(this, __constant); in _M_attach()
364 _M_sequence = __seq; in _M_attach_single()
365 _M_version = _M_sequence->_M_version; in _M_attach_single()
366 _M_sequence->_M_attach_single(this, __constant); in _M_attach_single()
374 if (_M_sequence) in _M_detach()
375 _M_sequence->_M_detach(this); in _M_detach()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
Dmacros.h82 ._M_sequence(*this, "this") \
86 ._M_sequence(*this, "this") \
100 ._M_sequence(*this, "this") \
120 ._M_sequence(*this, "this"))
139 ._M_sequence(*this, "this"))
148 ._M_sequence(*this, "this") \
152 ._M_sequence(*this, "this") \
162 ._M_sequence(*this, "this") \
166 ._M_sequence(*this, "this") \
177 ._M_sequence(*this, "this") \
[all …]
Dsafe_local_iterator.h115 _M_attach(__x._M_sequence); in _Safe_local_iterator()
130 auto __cont = __x._M_sequence; in _Safe_local_iterator()
156 _M_attach(__x._M_sequence); in _Safe_local_iterator()
173 if (this->_M_sequence && this->_M_sequence == __x._M_sequence)
177 _M_version = __x._M_sequence->_M_version;
183 _M_attach(__x._M_sequence);
205 if (this->_M_sequence && this->_M_sequence == __x._M_sequence)
209 _M_version = __x._M_sequence->_M_version;
215 _M_attach(__x._M_sequence);
276 return _Safe_local_iterator(base()++, this->_M_sequence,
[all …]
Dformatter.h195 const void* _M_sequence; member
200 _Instance _M_sequence; member
251 _M_variant._M_iterator._M_sequence = __it._M_get_sequence(); in _Parameter()
281 _M_variant._M_iterator._M_sequence = __it._M_get_sequence(); in _Parameter()
306 _M_variant._M_iterator._M_sequence = 0; in _Parameter()
319 _M_variant._M_iterator._M_sequence = 0; in _Parameter()
333 _M_variant._M_iterator._M_sequence = 0; in _Parameter()
342 _M_variant._M_sequence._M_name = __name; in _Parameter()
343 _M_variant._M_sequence._M_address = in _Parameter()
345 _M_variant._M_sequence._M_type = _GLIBCXX_TYPEID(_Sequence); in _Parameter()
[all …]
Dsafe_base.h57 _Safe_sequence_base* _M_sequence;
79 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) in _Safe_iterator_base()
90 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) in _Safe_iterator_base()
97 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) in _Safe_iterator_base()
98 { this->_M_attach(__x._M_sequence, __constant); } in _Safe_iterator_base()
132 { return _M_sequence == __seq; } in _M_attached_to()
Dsafe_iterator.h150 _M_attach(__x._M_sequence); in _Safe_iterator()
166 _Safe_sequence_base* __seq = __x._M_sequence; in _Safe_iterator()
192 _M_attach(__x._M_sequence); in _Safe_iterator()
209 if (this->_M_sequence && this->_M_sequence == __x._M_sequence)
213 _M_version = __x._M_sequence->_M_version;
219 _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);
314 return _Safe_iterator(base()++, this->_M_sequence, _Attach_single());
[all …]
Dforward_list115 __victim_base->_M_sequence = std::__addressof(__lhs);
465 ._M_sequence(*this, "this")
552 ._M_sequence(*this, "this"));
555 ._M_sequence(*this)
556 ._M_sequence(__list, "__list"));
580 ._M_sequence(__list, "__list"));
583 ._M_sequence(*this)
584 ._M_sequence(__list, "__list"));
610 ._M_sequence(__list, "list")
615 ._M_sequence(__list, "list")
[all …]
Dsafe_sequence.tcc97 __victim_base->_M_sequence = this; in _M_transfer_from_if()
120 __victim_base->_M_sequence = this; in _M_transfer_from_if()
Dsafe_unordered_base.h72 { this->_M_attach(__x._M_sequence, __constant); } in _Safe_local_iterator_base()
Dlist553 ._M_sequence(*this, "this"));
581 ._M_iterator(__i, "__i")._M_sequence(__x, "__x"));
609 ._M_sequence(__x, "x")
Dstring290 ._M_sequence(*this, "this")
305 ._M_sequence(*this, "this")
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
Dmacros.h77 ._M_sequence(*this, "this") \
81 ._M_sequence(*this, "this") \
95 ._M_sequence(*this, "this") \
139 ._M_sequence(*this, "this") \
143 ._M_sequence(*this, "this") \
153 ._M_sequence(*this, "this") \
157 ._M_sequence(*this, "this") \
168 ._M_sequence(*this, "this") \
179 ._M_sequence(*this, "this") \
184 ._M_sequence(*this, "this") \
[all …]
Dformatter.h164 const void* _M_sequence; member
174 } _M_sequence; member
223 _M_variant._M_iterator._M_sequence = __it._M_get_sequence(); in _Parameter()
261 _M_variant._M_iterator._M_sequence = __it._M_get_sequence(); in _Parameter()
294 _M_variant._M_iterator._M_sequence = 0; in _Parameter()
311 _M_variant._M_iterator._M_sequence = 0; in _Parameter()
329 _M_variant._M_iterator._M_sequence = 0; in _Parameter()
338 _M_variant._M_sequence._M_name = __name; in _Parameter()
339 _M_variant._M_sequence._M_address = in _Parameter()
342 _M_variant._M_sequence._M_type = &typeid(_Sequence); in _Parameter()
[all …]
Dsafe_base.h56 _Safe_sequence_base* _M_sequence;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) in _Safe_iterator_base()
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) in _Safe_iterator_base()
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) in _Safe_iterator_base()
97 { this->_M_attach(__x._M_sequence, __constant); } in _Safe_iterator_base()
131 { return _M_sequence == __seq; } in _M_attached_to()
Dsafe_sequence.tcc96 __victim->_M_sequence = this; in _M_transfer_from_if()
117 __victim->_M_sequence = this; in _M_transfer_from_if()
Dforward_list321 ._M_sequence(*this, "this")
407 ._M_sequence(*this, "this"));
431 ._M_sequence(__list, "__list"));
455 ._M_sequence(__list, "list")
460 ._M_sequence(__list, "list")
465 ._M_sequence(__list, "list")
474 ._M_sequence(__list, "list")
665 __victim->_M_sequence = &__lhs;
Dsafe_iterator.h189 this->_M_attach(__x._M_sequence); in _Safe_iterator()
229 this->_M_attach(__x._M_sequence);
247 _M_attach(__x._M_sequence);
455 { return static_cast<const _Sequence*>(_M_sequence); } in _M_get_sequence()
Dsafe_local_iterator.h155 this->_M_attach(__x._M_sequence);
265 { return static_cast<const _Sequence*>(_M_sequence); } in _M_get_sequence()
Dsafe_unordered_base.h72 { this->_M_attach(__x._M_sequence, __constant); } in _Safe_local_iterator_base()
Dlist475 ._M_sequence(*this, "this"));
503 ._M_iterator(__i, "__i")._M_sequence(__x, "__x"));
531 ._M_sequence(__x, "x")
Dstring274 ._M_sequence(*this, "this")
289 ._M_sequence(*this, "this")