| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| D | synth_access_traits.hpp | 62 typedef typename base_type::const_iterator const_iterator; typedef 72 equal_prefixes(const_iterator, const_iterator, const_iterator, 73 const_iterator, bool compare_after = true) const; 79 cmp_prefixes(const_iterator, const_iterator, const_iterator, 80 const_iterator, bool compare_after = false) const; 121 equal_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, in equal_prefixes() 122 const_iterator e_r, bool compare_after /*= false */) const in equal_prefixes() 152 cmp_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, in cmp_prefixes() 153 const_iterator e_r, bool compare_after /* = false*/) const in cmp_prefixes()
|
| D | pat_trie_.hpp | 116 typedef typename synth_access_traits::const_iterator a_const_iterator; 260 typedef typename traits_type::const_iterator point_const_iterator; 262 typedef point_const_iterator const_iterator; typedef in __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 341 inline const_iterator 342 erase(const_iterator); 370 inline const_iterator 376 inline const_iterator 472 keys_diff_ind(typename access_traits::const_iterator, 473 typename access_traits::const_iterator, 474 typename access_traits::const_iterator, [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/ |
| D | trie_policy.hpp | 90 typename String::const_iterator>::__type const_iterator; typedef 93 typedef typename std::iterator_traits<const_iterator>::value_type e_type; 105 inline static const_iterator 110 inline static const_iterator 118 inline static const_iterator 121 inline static const_iterator 124 inline static const_iterator 127 inline static const_iterator 168 typedef typename access_traits::const_iterator a_const_iterator; 179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| D | prefix_search_node_update_imp.hpp | 45 typename PB_DS_CLASS_C_DEC::const_iterator, 46 typename PB_DS_CLASS_C_DEC::const_iterator> 67 typename PB_DS_CLASS_C_DEC::const_iterator, 68 typename PB_DS_CLASS_C_DEC::const_iterator> 70 prefix_range(typename access_traits::const_iterator b, in prefix_range() 71 typename access_traits::const_iterator e) const in prefix_range() 76 return (std::make_pair(const_iterator(non_const_ret.first), in prefix_range() 77 const_iterator(non_const_ret.second))); in prefix_range() 85 prefix_range(typename access_traits::const_iterator b, in prefix_range() 86 typename access_traits::const_iterator e) in prefix_range() [all …]
|
| D | trie_string_access_traits_imp.hpp | 56 inline typename PB_DS_CLASS_C_DEC::const_iterator 64 inline typename PB_DS_CLASS_C_DEC::const_iterator 72 inline typename PB_DS_CLASS_C_DEC::const_iterator 80 inline typename PB_DS_CLASS_C_DEC::const_iterator 88 inline typename PB_DS_CLASS_C_DEC::const_iterator 96 inline typename PB_DS_CLASS_C_DEC::const_iterator
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | forward_list.h | 326 typedef _Fwd_list_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY() typedef 386 _M_insert_after(const_iterator __pos, _Args&&... __args); in _GLIBCXX_VISIBILITY() 459 typedef typename _Base::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 724 const_iterator in _GLIBCXX_VISIBILITY() 726 { return const_iterator(&this->_M_impl._M_head); } in _GLIBCXX_VISIBILITY() 743 const_iterator in _GLIBCXX_VISIBILITY() 745 { return const_iterator(this->_M_impl._M_head._M_next); } in _GLIBCXX_VISIBILITY() 763 const_iterator in _GLIBCXX_VISIBILITY() 765 { return const_iterator(nullptr); } in _GLIBCXX_VISIBILITY() 773 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_list.h | 665 typedef _List_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY() 666 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 722 _S_distance(const_iterator __first, const_iterator __last) in _GLIBCXX_VISIBILITY() 732 _S_distance(const_iterator, const_iterator) in _GLIBCXX_VISIBILITY() 1031 const_iterator in _GLIBCXX_VISIBILITY() 1033 { return const_iterator(this->_M_impl._M_node._M_next); } in _GLIBCXX_VISIBILITY() 1051 const_iterator in _GLIBCXX_VISIBILITY() 1053 { return const_iterator(&this->_M_impl._M_node); } in _GLIBCXX_VISIBILITY() 1102 const_iterator in _GLIBCXX_VISIBILITY() 1104 { return const_iterator(this->_M_impl._M_node._M_next); } in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_multimap.h | 168 typedef typename _Rep_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 365 const_iterator in _GLIBCXX_VISIBILITY() 383 const_iterator in _GLIBCXX_VISIBILITY() 429 const_iterator in _GLIBCXX_VISIBILITY() 438 const_iterator in _GLIBCXX_VISIBILITY() 524 emplace_hint(const_iterator __pos, _Args&&... __args) in _GLIBCXX_VISIBILITY() 585 insert(const_iterator __position, const value_type& __x) in _GLIBCXX_VISIBILITY() 595 insert(const_iterator __position, value_type&& __x) in _GLIBCXX_VISIBILITY() 600 insert(const_iterator __position, _Pair&& __x) in _GLIBCXX_VISIBILITY() 638 extract(const_iterator __pos) in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_bvector.h | 378 typedef _Bit_const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 402 const_iterator& in _GLIBCXX_VISIBILITY() 410 const_iterator in _GLIBCXX_VISIBILITY() 413 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() 419 const_iterator& in _GLIBCXX_VISIBILITY() 427 const_iterator in _GLIBCXX_VISIBILITY() 430 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() 436 const_iterator& in _GLIBCXX_VISIBILITY() 444 const_iterator& in _GLIBCXX_VISIBILITY() 457 friend _GLIBCXX20_CONSTEXPR const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_map.h | 177 typedef typename _Rep_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 376 const_iterator in _GLIBCXX_VISIBILITY() 394 const_iterator in _GLIBCXX_VISIBILITY() 440 const_iterator in _GLIBCXX_VISIBILITY() 449 const_iterator in _GLIBCXX_VISIBILITY() 560 const_iterator __i = lower_bound(__k); in _GLIBCXX_VISIBILITY() 638 emplace_hint(const_iterator __pos, _Args&&... __args) in _GLIBCXX_VISIBILITY() 648 extract(const_iterator __pos) in _GLIBCXX_VISIBILITY() 666 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY() 783 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_tree.h | 818 typedef _Rb_tree_const_iterator<value_type> const_iterator; in _GLIBCXX_VISIBILITY() typedef 821 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 826 __conditional_t<is_same_v<_Key, _Val>, const_iterator, iterator>, in _GLIBCXX_VISIBILITY() 837 _M_get_insert_hint_unique_pos(const_iterator __pos, in _GLIBCXX_VISIBILITY() 841 _M_get_insert_hint_equal_pos(const_iterator __pos, in _GLIBCXX_VISIBILITY() 913 const_iterator in _GLIBCXX_VISIBILITY() 921 const_iterator in _GLIBCXX_VISIBILITY() 1000 const_iterator in _GLIBCXX_VISIBILITY() 1002 { return const_iterator(this->_M_impl._M_header._M_left); } in _GLIBCXX_VISIBILITY() 1008 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_set.h | 149 typedef typename _Rep_type::const_iterator iterator; in _GLIBCXX_VISIBILITY() 150 typedef typename _Rep_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 490 emplace_hint(const_iterator __pos, _Args&&... __args) in _GLIBCXX_VISIBILITY() 548 insert(const_iterator __position, const value_type& __x) in _GLIBCXX_VISIBILITY() 553 insert(const_iterator __position, value_type&& __x) in _GLIBCXX_VISIBILITY() 587 extract(const_iterator __pos) in _GLIBCXX_VISIBILITY() 605 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY() 656 erase(const_iterator __position) in _GLIBCXX_VISIBILITY() 708 erase(const_iterator __first, const_iterator __last) in _GLIBCXX_VISIBILITY() 799 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | unordered_set.h | 122 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 325 const_iterator in _GLIBCXX_VISIBILITY() 339 const_iterator in _GLIBCXX_VISIBILITY() 348 const_iterator in _GLIBCXX_VISIBILITY() 356 const_iterator in _GLIBCXX_VISIBILITY() 405 emplace_hint(const_iterator __pos, _Args&&... __args) in _GLIBCXX_VISIBILITY() 452 insert(const_iterator __hint, const value_type& __x) in _GLIBCXX_VISIBILITY() 456 insert(const_iterator __hint, value_type&& __x) in _GLIBCXX_VISIBILITY() 488 extract(const_iterator __pos) in _GLIBCXX_VISIBILITY() 506 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY() [all …]
|
| D | unordered_map.h | 128 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 335 const_iterator in _GLIBCXX_VISIBILITY() 339 const_iterator in _GLIBCXX_VISIBILITY() 357 const_iterator in _GLIBCXX_VISIBILITY() 361 const_iterator in _GLIBCXX_VISIBILITY() 421 emplace_hint(const_iterator __pos, _Args&&... __args) in _GLIBCXX_VISIBILITY() 427 extract(const_iterator __pos) in _GLIBCXX_VISIBILITY() 445 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY() 517 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY() 527 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_multiset.h | 147 typedef typename _Rep_type::const_iterator iterator; in _GLIBCXX_VISIBILITY() 148 typedef typename _Rep_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 485 emplace_hint(const_iterator __pos, _Args&&... __args) in _GLIBCXX_VISIBILITY() 534 insert(const_iterator __position, const value_type& __x) in _GLIBCXX_VISIBILITY() 539 insert(const_iterator __position, value_type&& __x) in _GLIBCXX_VISIBILITY() 572 extract(const_iterator __pos) in _GLIBCXX_VISIBILITY() 590 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY() 641 erase(const_iterator __position) in _GLIBCXX_VISIBILITY() 693 erase(const_iterator __first, const_iterator __last) in _GLIBCXX_VISIBILITY() 780 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | map.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 85 const_iterator; in _GLIBCXX_VISIBILITY() typedef 92 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 180 const_iterator in _GLIBCXX_VISIBILITY() 182 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 188 const_iterator in _GLIBCXX_VISIBILITY() 190 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 209 const_iterator in _GLIBCXX_VISIBILITY() 211 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 213 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | multiset.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 84 multiset> const_iterator; in _GLIBCXX_VISIBILITY() typedef 91 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 178 const_iterator in _GLIBCXX_VISIBILITY() 180 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 186 const_iterator in _GLIBCXX_VISIBILITY() 188 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 207 const_iterator in _GLIBCXX_VISIBILITY() 209 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 211 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | set.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 84 const_iterator; in _GLIBCXX_VISIBILITY() typedef 91 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 176 const_iterator in _GLIBCXX_VISIBILITY() 178 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 184 const_iterator in _GLIBCXX_VISIBILITY() 186 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 205 const_iterator in _GLIBCXX_VISIBILITY() 207 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 209 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | multimap.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 85 multimap> const_iterator; in _GLIBCXX_VISIBILITY() typedef 92 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 178 const_iterator in _GLIBCXX_VISIBILITY() 180 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 186 const_iterator in _GLIBCXX_VISIBILITY() 188 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 207 const_iterator in _GLIBCXX_VISIBILITY() 209 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 211 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| D | safe_sequence.tcc | 41 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef 56 const_iterator* __victim = static_cast<const_iterator*>(__iter2); in _M_invalidate_if() 75 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_from_if() typedef 110 const_iterator* __victim = in _M_transfer_from_if() 111 static_cast<const_iterator*>(__victim_base); in _M_transfer_from_if()
|
| D | forward_list | 93 using const_iterator = typename _SafeSequence::const_iterator; 100 // Even iterator is cast to const_iterator, not a problem. 102 const_iterator* __victim = 103 static_cast<const_iterator*>(__victim_base); 199 typedef typename _Base::const_iterator _Base_const_iterator; 219 _Base_const_iterator, forward_list> const_iterator; 336 const_iterator 346 const_iterator 356 const_iterator 361 const_iterator [all …]
|
| D | list | 61 typedef typename _Base::const_iterator _Base_const_iterator; 85 const_iterator; 95 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 224 const_iterator 226 { return const_iterator(_Base::begin(), this); } 234 const_iterator 236 { return const_iterator(_Base::end(), this); } 260 const_iterator 262 { return const_iterator(_Base::begin(), this); } 265 const_iterator [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| D | iterators_fn_imps.hpp | 60 inline typename PB_DS_CLASS_C_DEC::const_iterator 67 return (const_iterator(0)); in begin() 72 return (const_iterator(p_nd)); in begin() 84 inline typename PB_DS_CLASS_C_DEC::const_iterator 88 return (const_iterator(0)); in end()
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | requirements.cpp | 70 for (std::vector< std::string >::const_iterator iter = dirs.begin(); in has_program() 87 for (std::vector< std::string >::const_iterator iter = v.begin(); in check_arch() 104 for (std::vector< std::string >::const_iterator iter = v.begin(); in check_config() 118 for (std::vector< std::string >::const_iterator iter = v.begin(); in check_files() 136 for (std::vector< std::string >::const_iterator iter = v.begin(); in check_machine() 174 for (std::vector< std::string >::const_iterator iter = v.begin(); in check_progs() 193 const vars_map::const_iterator iter = config.find( in check_user() 223 for (vars_map::const_iterator iter = metadata.begin(); in check_requirements() 257 const vars_map::const_iterator user = metadata.find( in get_required_user() 264 const vars_map::const_iterator iter = config.find( in get_required_user()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| D | hashtable.h | 103 const_iterator; in _GLIBCXX_VISIBILITY() typedef 154 const_iterator; in _GLIBCXX_VISIBILITY() typedef 183 const_iterator& in _GLIBCXX_VISIBILITY() 186 const_iterator in _GLIBCXX_VISIBILITY() 190 operator==(const const_iterator& __it) const in _GLIBCXX_VISIBILITY() 194 operator!=(const const_iterator& __it) const in _GLIBCXX_VISIBILITY() 322 const_iterator; in _GLIBCXX_VISIBILITY() typedef 404 const_iterator in _GLIBCXX_VISIBILITY() 409 return const_iterator(_M_buckets[__n], this); in _GLIBCXX_VISIBILITY() 413 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|