/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | forward_list | 75 using _Base_const_iterator = __decltype(_M_this()._M_base().cend()); 76 this->_M_invalidate_if([this](_Base_const_iterator __it) 199 typedef typename _Base::const_iterator _Base_const_iterator; 219 _Base_const_iterator, forward_list> const_iterator; 405 this->_M_invalidate_if([this](_Base_const_iterator __it) 474 _Base_const_iterator __next = std::next(__pos.base()); 475 this->_M_invalidate_if([__next](_Base_const_iterator __it) 484 for (_Base_const_iterator __victim = std::next(__pos.base()); 492 this->_M_invalidate_if([__victim](_Base_const_iterator __it) 520 this->_M_invalidate_if([__victim](_Base_const_iterator __it) [all …]
|
H A D | safe_sequence.h | 139 typedef typename _Const_iterator::iterator_type _Base_const_iterator; in _M_invalidate_all() typedef 140 typedef __gnu_debug::_Not_equal_to<_Base_const_iterator> _Not_equal; in _M_invalidate_all()
|
H A D | multiset.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 83 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 339 erase(_Base_const_iterator __position) in _GLIBCXX_VISIBILITY() 379 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 525 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | set.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 83 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, set> in _GLIBCXX_VISIBILITY() 352 erase(_Base_const_iterator __position) in _GLIBCXX_VISIBILITY() 390 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 536 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | multimap.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 84 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 367 erase(_Base_const_iterator __position) in _GLIBCXX_VISIBILITY() 411 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 567 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | map.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 84 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> in _GLIBCXX_VISIBILITY() 487 erase(_Base_const_iterator __position) in _GLIBCXX_VISIBILITY() 529 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 685 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | unordered_set | 71 typedef typename _Base::const_iterator _Base_const_iterator; 106 _Base_const_iterator, unordered_set> const_iterator; 568 erase(_Base_const_iterator __it) 615 _M_invalidate(_Base_const_iterator __victim) 618 [__victim](_Base_const_iterator __it) { return __it == __victim; }); 625 _M_erase(_Base_const_iterator __victim) 636 _M_extract(_Base_const_iterator __victim) 750 typedef typename _Base::const_iterator _Base_const_iterator; 786 _Base_const_iterator, unordered_multiset> const_iterator; 1245 erase(_Base_const_iterator __it) [all …]
|
H A D | unordered_map | 73 typedef typename _Base::const_iterator _Base_const_iterator; 109 _Base_const_iterator, unordered_map> const_iterator; 683 erase(_Base_const_iterator __it) 733 _M_invalidate(_Base_const_iterator __victim) 736 [__victim](_Base_const_iterator __it) { return __it == __victim; }); 743 _M_erase(_Base_const_iterator __victim) 754 _M_extract(_Base_const_iterator __victim) 884 typedef typename _Base::const_iterator _Base_const_iterator; 919 _Base_const_iterator, unordered_multimap> const_iterator; 1400 erase(_Base_const_iterator __it) [all …]
|
H A D | deque | 60 typedef typename _Base::const_iterator _Base_const_iterator; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 83 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, deque> 280 typedef __gnu_debug::_After_nth_from<_Base_const_iterator> _After_nth; 570 _Base_const_iterator __victim = __position.base(); 608 for (_Base_const_iterator __position = __first.base();
|
H A D | list | 61 typedef typename _Base::const_iterator _Base_const_iterator; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 63 typedef __gnu_debug::_Not_equal_to<_Base_const_iterator> _Not_equal; 84 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, list> 515 _M_erase(_Base_const_iterator __position) noexcept 546 for (_Base_const_iterator __victim = __first.base(); 646 for (_Base_const_iterator __tmp = __first.base();
|
H A D | vector | 131 typedef typename _Base::const_iterator _Base_const_iterator; 132 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 154 _Base_const_iterator, vector> const_iterator; 743 typedef __gnu_debug::_After_nth_from<_Base_const_iterator> _After_nth;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | forward_list | 75 using _Base_const_iterator = __decltype(_M_this()._M_base().cend()); 76 this->_M_invalidate_if([this](_Base_const_iterator __it) 199 typedef typename _Base::const_iterator _Base_const_iterator; 211 _Base_const_iterator, forward_list> const_iterator; 381 this->_M_invalidate_if([this](_Base_const_iterator __it) 447 _M_erase_after(_Base_const_iterator __pos) 449 _Base_const_iterator __next = std::next(__pos); 450 this->_M_invalidate_if([__next](_Base_const_iterator __it) 466 for (_Base_const_iterator __victim = std::next(__pos.base()); 474 this->_M_invalidate_if([__victim](_Base_const_iterator __it) [all …]
|
H A D | safe_sequence.h | 139 typedef typename _Const_iterator::iterator_type _Base_const_iterator; in _M_invalidate_all() typedef 140 typedef __gnu_debug::_Not_equal_to<_Base_const_iterator> _Not_equal; in _M_invalidate_all()
|
H A D | set.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 73 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, set> in _GLIBCXX_VISIBILITY() 381 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 527 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | multiset.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 73 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 369 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 515 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | unordered_set | 71 typedef typename _Base::const_iterator _Base_const_iterator; 93 _Base_const_iterator, unordered_set> const_iterator; 504 _M_invalidate(_Base_const_iterator __victim) 507 [__victim](_Base_const_iterator __it) { return __it == __victim; }); 514 _M_erase(_Base_const_iterator __victim) 525 _M_extract(_Base_const_iterator __victim) 639 typedef typename _Base::const_iterator _Base_const_iterator; 662 _Base_const_iterator, unordered_multiset> const_iterator; 1066 _M_invalidate(_Base_const_iterator __victim) 1069 [__victim](_Base_const_iterator __it) { return __it == __victim; }); [all …]
|
H A D | multimap.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 74 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 401 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 557 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | map.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 74 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> in _GLIBCXX_VISIBILITY() 520 for (_Base_const_iterator __victim = __first.base(); in _GLIBCXX_VISIBILITY() 676 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY()
|
H A D | unordered_map | 73 typedef typename _Base::const_iterator _Base_const_iterator; 96 _Base_const_iterator, unordered_map> const_iterator; 619 _M_invalidate(_Base_const_iterator __victim) 622 [__victim](_Base_const_iterator __it) { return __it == __victim; }); 629 _M_erase(_Base_const_iterator __victim) 640 _M_extract(_Base_const_iterator __victim) 770 typedef typename _Base::const_iterator _Base_const_iterator; 792 _Base_const_iterator, unordered_multimap> const_iterator; 1227 _M_invalidate(_Base_const_iterator __victim) 1230 [__victim](_Base_const_iterator __it) { return __it == __victim; }); [all …]
|
H A D | deque | 60 typedef typename _Base::const_iterator _Base_const_iterator; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 73 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, deque> 266 typedef __gnu_debug::_After_nth_from<_Base_const_iterator> _After_nth; 550 _Base_const_iterator __victim = __position.base(); 588 for (_Base_const_iterator __position = __first.base();
|
H A D | list | 61 typedef typename _Base::const_iterator _Base_const_iterator; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 63 typedef __gnu_debug::_Not_equal_to<_Base_const_iterator> _Not_equal; 74 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, list> 493 _M_erase(_Base_const_iterator __position) noexcept 524 for (_Base_const_iterator __victim = __first.base(); 624 for (_Base_const_iterator __tmp = __first.base();
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
H A D | multiset.h | 49 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 63 typedef __iterator_tracker<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 530 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret in _GLIBCXX_VISIBILITY() 574 _M_hint_used(_Base_const_iterator __hint, _Base_iterator __res) in _GLIBCXX_VISIBILITY()
|
H A D | set.h | 49 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 61 typedef __iterator_tracker<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 513 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret in _GLIBCXX_VISIBILITY() 557 _M_hint_used(_Base_const_iterator __hint, _Base_iterator __res) in _GLIBCXX_VISIBILITY()
|
H A D | map.h | 48 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 60 typedef __iterator_tracker<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 591 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret in _GLIBCXX_VISIBILITY() 624 _M_hint_used(_Base_const_iterator __hint, _Base_iterator __res) in _GLIBCXX_VISIBILITY()
|
H A D | multimap.h | 49 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() typedef 62 typedef __iterator_tracker<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 550 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret in _GLIBCXX_VISIBILITY() 583 _M_hint_used(_Base_const_iterator __hint, _Base_iterator __res) in _GLIBCXX_VISIBILITY()
|