/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | stl_iterator_base_types.h | 118 struct iterator in _GLIBCXX_VISIBILITY() struct 121 typedef _Category iterator_category; in _GLIBCXX_VISIBILITY() 123 typedef _Tp value_type; in _GLIBCXX_VISIBILITY() 125 typedef _Distance difference_type; in _GLIBCXX_VISIBILITY() 127 typedef _Pointer pointer; in _GLIBCXX_VISIBILITY() 129 typedef _Reference reference; in _GLIBCXX_VISIBILITY()
|
H A D | unordered_set.h | 119 typedef typename _Hashtable::iterator iterator; in _GLIBCXX_VISIBILITY() typedef 917 typedef typename _Hashtable::iterator iterator; in _GLIBCXX_VISIBILITY() typedef
|
H A D | unordered_map.h | 125 typedef typename _Hashtable::iterator iterator; in _GLIBCXX_VISIBILITY() typedef 1256 typedef typename _Hashtable::iterator iterator; in _GLIBCXX_VISIBILITY() typedef
|
H A D | stl_deque.h | 112 typedef _Deque_iterator<_Tp, _Tp&, _Tp*> iterator; in _GLIBCXX_VISIBILITY() typedef 488 typedef _Deque_iterator<_Tp, _Tp&, _Ptr> iterator; in _GLIBCXX_VISIBILITY() typedef 863 typedef typename _Base::iterator iterator; in _GLIBCXX_VISIBILITY() typedef
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | stl_iterator_base_types.h | 119 struct iterator in _GLIBCXX_VISIBILITY() struct 122 typedef _Category iterator_category; in _GLIBCXX_VISIBILITY() 124 typedef _Tp value_type; in _GLIBCXX_VISIBILITY() 126 typedef _Distance difference_type; in _GLIBCXX_VISIBILITY() 128 typedef _Pointer pointer; in _GLIBCXX_VISIBILITY() 130 typedef _Reference reference; in _GLIBCXX_VISIBILITY()
|
H A D | unordered_set.h | 70 typedef typename _Base::iterator iterator; in _GLIBCXX_VISIBILITY() typedef 155 typedef typename _Base::iterator iterator; in _GLIBCXX_VISIBILITY() typedef
|
H A D | stl_deque.h | 109 typedef _Deque_iterator<_Tp, _Tp&, _Tp*> iterator; in _GLIBCXX_VISIBILITY() typedef 449 typedef _Deque_iterator<_Tp, _Tp&, _Tp*> iterator; in _GLIBCXX_VISIBILITY() typedef 744 typedef typename _Base::iterator iterator; in _GLIBCXX_VISIBILITY() typedef
|
H A D | forward_list.h | 182 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY() typedef 295 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY() typedef 422 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY() typedef
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | block.c | 485 find_iterator_symtab (struct block_iterator *iterator) in find_iterator_symtab() 497 block_iterator_step (struct block_iterator *iterator, int first) in block_iterator_step() 535 struct block_iterator *iterator) in block_iterator_first() 548 block_iterator_next (struct block_iterator *iterator) in block_iterator_next() 561 block_iter_name_step (struct block_iterator *iterator, const char *name, in block_iter_name_step() 602 struct block_iterator *iterator) in block_iter_name_first() 615 block_iter_name_next (const char *name, struct block_iterator *iterator) in block_iter_name_next() 628 block_iter_match_step (struct block_iterator *iterator, in block_iter_match_step() 672 struct block_iterator *iterator) in block_iter_match_first() 688 struct block_iterator *iterator) in block_iter_match_next()
|
H A D | dictionary.c | 522 struct dict_iterator *iterator) in dict_iterator_first() 531 dict_iterator_next (struct dict_iterator *iterator) in dict_iterator_next() 540 struct dict_iterator *iterator) in dict_iter_name_first() 546 dict_iter_name_next (const char *name, struct dict_iterator *iterator) in dict_iter_name_next() 554 struct dict_iterator *iterator) in dict_iter_match_first() 562 struct dict_iterator *iterator) in dict_iter_match_next() 610 struct dict_iterator *iterator) in iterator_first_hashed() 618 iterator_next_hashed (struct dict_iterator *iterator) in iterator_next_hashed() 634 iterator_hashed_advance (struct dict_iterator *iterator) in iterator_hashed_advance() 658 struct dict_iterator *iterator) in iter_match_first_hashed() [all …]
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | radiotap.c | 91 struct ieee80211_radiotap_iterator *iterator, in ieee80211_radiotap_iterator_init() 166 static void find_ns(struct ieee80211_radiotap_iterator *iterator, in find_ns() 188 static int find_override(struct ieee80211_radiotap_iterator *iterator, in find_override() 235 struct ieee80211_radiotap_iterator *iterator) in ieee80211_radiotap_iterator_next()
|
/dflybsd-src/crypto/libressl/crypto/engine/ |
H A D | eng_list.c | 93 ENGINE *iterator = engine_list_head; in engine_list_cleanup() local 105 ENGINE *iterator = NULL; in engine_list_add() local 154 ENGINE *iterator; in engine_list_remove() local 340 ENGINE *iterator; in ENGINE_by_id() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | pat_trie_base.hpp | 320 struct iterator : public const_iterator struct 323 typedef std::forward_iterator_tag iterator_category; 324 typedef typename _Alloc::difference_type difference_type; 325 typedef node_pointer value_type; 326 typedef node_pointer_pointer pointer; 327 typedef node_pointer_reference reference; 330 iterator(node_pointer_pointer p_p_cur = 0, in iterator() argument 335 operator==(const iterator& other) const in operator ==() 339 operator!=(const iterator& other) const in operator !=() 343 operator++() in operator ++() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | pat_trie_base.hpp | 320 struct iterator : public const_iterator struct 323 typedef std::forward_iterator_tag iterator_category; 324 typedef typename _Alloc::difference_type difference_type; 325 typedef node_pointer value_type; 326 typedef node_pointer_pointer pointer; 327 typedef node_pointer_reference reference; 330 iterator(node_pointer_pointer p_p_cur = 0, in iterator() function 335 operator==(const iterator& other) const in operator ==() 339 operator!=(const iterator& other) const in operator !=() 343 operator++() in operator ++() [all …]
|
H A D | traits.hpp | 81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator; typedef 129 typedef const_iterator iterator; typedef
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
H A D | safe_sequence.tcc | 40 typedef typename _Sequence::iterator iterator; in _M_invalidate_if() typedef 71 typedef typename _Sequence::iterator iterator; in _M_transfer_from_if() typedef
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | read-rtl.c | 186 map_attr_string (const char *p, struct mapping *iterator, int value) in map_attr_string() 252 apply_mode_maps (rtx x, struct map_value *mode_maps, struct mapping *iterator, in apply_mode_maps() 285 apply_iterator_to_string (const char *string, struct mapping *iterator, int value) in apply_iterator_to_string() 326 apply_iterator_to_rtx (rtx original, struct mapping *iterator, int value, in apply_iterator_to_rtx() 392 uses_iterator_p (rtx x, struct mapping *iterator) in uses_iterator_p() 477 struct mapping *iterator; in apply_iterator_traverse() local 793 check_code_iterator (struct mapping *iterator) in check_code_iterator()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
H A D | safe_sequence.tcc | 40 typedef typename _Sequence::iterator iterator; in _M_invalidate_if() typedef 71 typedef typename _Sequence::iterator iterator; in _M_transfer_from_if() typedef
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 110 iterator; in _GLIBCXX_VISIBILITY() typedef 161 iterator; in _GLIBCXX_VISIBILITY() typedef 324 iterator; in _GLIBCXX_VISIBILITY() typedef
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 111 iterator; in _GLIBCXX_VISIBILITY() typedef 162 iterator; in _GLIBCXX_VISIBILITY() typedef 325 iterator; in _GLIBCXX_VISIBILITY() typedef
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | read-rtl.c | 88 struct mapping *iterator; member 326 struct mapping *iterator; in map_attr_string() local 540 struct mapping *iterator; in add_current_iterators() local 557 struct mapping *iterator; in apply_iterators() local 880 record_iterator_use (struct mapping *iterator, rtx x, unsigned int index) in record_iterator_use() 1070 check_code_iterator (struct mapping *iterator) in check_code_iterator() 1248 struct mapping *iterator = NULL; in read_rtx_code() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/ |
H A D | trie_policy.hpp | 179 typedef typename node_iterator::value_type iterator; typedef in __gnu_pbds::trie_prefix_search_node_update 271 typedef typename node_iterator::value_type iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/ |
H A D | trie_policy.hpp | 178 typedef typename node_iterator::value_type iterator; typedef in __gnu_pbds::trie_prefix_search_node_update 270 typedef typename node_iterator::value_type iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
H A D | lu_map_.hpp | 172 typedef iterator_ iterator; typedef in __gnu_pbds::detail::PB_DS_LU_NAME 176 typedef const_iterator_ iterator; typedef in __gnu_pbds::detail::PB_DS_LU_NAME
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
H A D | lu_map_.hpp | 172 typedef iterator_ iterator; typedef in __gnu_pbds::detail::PB_DS_LU_NAME 176 typedef const_iterator_ iterator; typedef in __gnu_pbds::detail::PB_DS_LU_NAME
|