Searched refs:last_it (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dconstructor_destructor_fn_imps.hpp63 copy_from_range(It first_it, It last_it) argument
65 while (first_it != last_it)
77 PB_DS_LU_NAME(It first_it, It last_it) : m_p_l(0) argument
79 copy_from_range(first_it, last_it);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dconstructor_destructor_fn_imps.hpp63 copy_from_range(It first_it, It last_it) argument
65 while (first_it != last_it)
77 PB_DS_LU_NAME(It first_it, It last_it) : m_p_l(0) argument
79 copy_from_range(first_it, last_it);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp119 /// value_types between first_it and last_it will be inserted into
122 priority_queue(It first_it, It last_it) argument
123 { base_type::copy_from_range(first_it, last_it); }
127 /// last_it will be inserted into the container object. r_cmp_fn
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) argument
132 { base_type::copy_from_range(first_it, last_it); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp119 /// value_types between first_it and last_it will be inserted into
122 priority_queue(It first_it, It last_it) argument
123 { base_type::copy_from_range(first_it, last_it); }
127 /// last_it will be inserted into the container object. r_cmp_fn
130 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) argument
132 { base_type::copy_from_range(first_it, last_it); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp102 copy_from_range(It first_it, It last_it) argument
114 map_type m(first_it, last_it);
123 copy_from_ordered_range(It first_it, It last_it) argument
125 const size_type len = std::distance(first_it, last_it);
132 It source_end_it = last_it;
159 copy_from_ordered_range(It first_it, It last_it, It other_first_it, argument
163 const size_type len = std::distance(first_it, last_it)
170 It source_end_it = last_it;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp47 copy_from_range(It first_it, It last_it) argument
49 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp102 copy_from_range(It first_it, It last_it) argument
114 map_type m(first_it, last_it);
123 copy_from_ordered_range(It first_it, It last_it) argument
125 const size_type len = std::distance(first_it, last_it);
132 It source_end_it = last_it;
159 copy_from_ordered_range(It first_it, It last_it, It other_first_it, argument
163 const size_type len = std::distance(first_it, last_it)
170 It source_end_it = last_it;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp59 copy_from_range(It first_it, It last_it) argument
61 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp59 copy_from_range(It first_it, It last_it) argument
61 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp158 copy_from_range(It first_it, It last_it) argument
160 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp56 copy_from_range(It first_it, It last_it) argument
58 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp52 copy_from_range(It first_it, It last_it) argument
54 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp52 copy_from_range(It first_it, It last_it) argument
54 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp158 copy_from_range(It first_it, It last_it) argument
160 while (first_it != last_it)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp56 copy_from_range(It first_it, It last_it) argument
58 while (first_it != last_it)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-tdep.c4157 int i, any, last_it, last_it_count; local
4266 last_it = -1;
4274 last_it = i;
4289 if (last_it == -1)
4299 return bpaddr - buf_len + last_it;

Completed in 441 milliseconds

12