Searched defs:it (Results 126 - 150 of 240) sorted by relevance

12345678910

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D2.cc49 const std::streamsize it = 5; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D2.cc47 const std::streamsize it = 5; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/
H A Dtypedefs.cc32 typedef std::regex_iterator<char*> it; typedef
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/
H A Dtypedefs.cc32 typedef std::regex_token_iterator<char*> it; typedef
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/algorithm/
H A Dsample.cc40 auto it = sample(pop, pop + 2, samp, 10, rng); local
51 auto it = sample(pop, std::end(pop), samp, 10, rng); local
66 auto it = sample(istream_iterator<int>{pop}, {}, samp, 5, rng); local
88 auto it = std::unique(v.begin(), v.end()); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert_erase/
H A D41975.cc59 auto it = us.find(j); local
134 auto it = us.find(strs[j]); local
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dsysinfo.y95 it: label
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/tests/
H A Dtmap.cc52 map<int, int, int_less>::iterator it = my_map.begin(); local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr42760.C7 static T b (T it) { return it; } argument
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbind_c_usage_18.f9018 integer, parameter :: it = c_int variable
H A Dused_types_5.f9025 type(typea) :: it = typea(2) variable in module:types
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Darmv8-a-it-bad.s6 it eq label
10 it eq label
39 it eq label
42 it eq label
45 it eq label
48 it eq label
51 it eq label
54 it eq label
57 it eq label
60 it e label
64 it eq label
67 it eq label
71 it eq label
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dinsert_fn_imps.hpp144 modify(point_iterator it, const_reference r_new_val) argument
H A Derase_fn_imps.hpp104 erase(point_iterator it) argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp126 erase_imp(It it) argument
186 point_iterator it = find(r_key); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Derase_fn_imps.hpp46 point_iterator it = this->find(r_key); local
56 erase(iterator it) argument
72 erase(reverse_iterator it) argument
93 iterator it = base_type::begin(); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dinsert_fn_imps.hpp78 modify(point_iterator it, const_reference r_new_val) argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Derase_fn_imps.hpp46 point_iterator it = find(r_key); local
56 erase(iterator it) argument
71 erase(reverse_iterator it) argument
91 iterator it = base_type::begin(); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp46 node_iterator it = node_begin(); local
79 node_const_iterator it = node_begin(); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/allocator/
H A Dmove_assign.cc57 auto it = v1.begin(); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/allocator/
H A Dmove_assign.cc55 auto it = v1.begin(); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/
H A D1.cc61 auto it = m.emplace_hint(m.begin(), 'b', coord1); local
95 auto it = m.emplace_hint(m.begin(), piecewise_construct, local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/operations/
H A D2.cc46 auto it = x.find(1L); local
87 auto it local
105 auto it = x.upper_bound(1L); local
123 auto it = x.equal_range(1L); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/
H A Dpthread6.cc61 Map::iterator it = myMap.begin (); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/
H A D1.cc48 auto it = mm.emplace('a', coord1); local
77 auto it = m.emplace(piecewise_construct, local
[all...]

Completed in 160 milliseconds

12345678910