| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
| D | debug.cc | 64 __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/ |
| D | debug.cc | 73 __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/ |
| D | macros.h | 82 ._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 …]
|
| D | safe_local_iterator.h | 115 _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 …]
|
| D | formatter.h | 195 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 …]
|
| D | safe_base.h | 57 _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()
|
| D | safe_iterator.h | 150 _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 …]
|
| D | forward_list | 115 __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 …]
|
| D | safe_sequence.tcc | 97 __victim_base->_M_sequence = this; in _M_transfer_from_if() 120 __victim_base->_M_sequence = this; in _M_transfer_from_if()
|
| D | safe_unordered_base.h | 72 { this->_M_attach(__x._M_sequence, __constant); } in _Safe_local_iterator_base()
|
| D | list | 553 ._M_sequence(*this, "this")); 581 ._M_iterator(__i, "__i")._M_sequence(__x, "__x")); 609 ._M_sequence(__x, "x")
|
| D | string | 290 ._M_sequence(*this, "this") 305 ._M_sequence(*this, "this")
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
| D | macros.h | 77 ._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 …]
|
| D | formatter.h | 164 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 …]
|
| D | safe_base.h | 56 _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()
|
| D | safe_sequence.tcc | 96 __victim->_M_sequence = this; in _M_transfer_from_if() 117 __victim->_M_sequence = this; in _M_transfer_from_if()
|
| D | forward_list | 321 ._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;
|
| D | safe_iterator.h | 189 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()
|
| D | safe_local_iterator.h | 155 this->_M_attach(__x._M_sequence); 265 { return static_cast<const _Sequence*>(_M_sequence); } in _M_get_sequence()
|
| D | safe_unordered_base.h | 72 { this->_M_attach(__x._M_sequence, __constant); } in _Safe_local_iterator_base()
|
| D | list | 475 ._M_sequence(*this, "this")); 503 ._M_iterator(__i, "__i")._M_sequence(__x, "__x")); 531 ._M_sequence(__x, "x")
|
| D | string | 274 ._M_sequence(*this, "this") 289 ._M_sequence(*this, "this")
|