Searched refs:pos2 (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/modifiers/
H A Ddr130.cc50 iterator pos2 = ms0.erase(irt[2]); local
51 VERIFY( pos2 == irt[3] );
76 iterator pos2 = ms0.erase(irt[6], ++irt[9]); local
77 VERIFY( pos2 == ms0.end() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/modifiers/
H A Ddr130.cc43 iterator pos2 = s0.erase(irt2.first); local
44 VERIFY( pos2 == s0.end() );
66 iterator pos2 = s0.erase(irt2.first, ++irt3.first); local
67 VERIFY( pos2 == s0.end() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/modifiers/
H A Ddr130.cc44 iterator pos2 = m0.erase(irt2.first); local
45 VERIFY( pos2 == m0.end() );
68 iterator pos2 = m0.erase(irt2.first, ++irt3.first); local
69 VERIFY( pos2 == m0.end() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/modifiers/
H A Ddr130.cc51 iterator pos2 = mm0.erase(irt[2]); local
52 VERIFY( pos2 == irt[3] );
78 iterator pos2 = mm0.erase(irt[6], ++irt[9]); local
79 VERIFY( pos2 == mm0.end() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/
H A D1.cc60 pattern pos2 = monp_c_f.pos_format(); local
80 VERIFY(static_cast<part>(pos1.field[0]) == static_cast<part>(pos2.field[0]));
81 VERIFY(static_cast<part>(pos1.field[1]) == static_cast<part>(pos2.field[1]));
82 VERIFY(static_cast<part>(pos1.field[2]) == static_cast<part>(pos2.field[2]));
83 VERIFY(static_cast<part>(pos1.field[3]) == static_cast<part>(pos2.field[3]));
90 VERIFY( pos2 == money_base::_S_default_pattern );
H A D2.cc75 pattern pos2 = monp_de_t.pos_format(); local
85 VERIFY(static_cast<part>(pos1.field[0]) != static_cast<part>(pos2.field[0]));
86 VERIFY(static_cast<part>(pos1.field[1]) != static_cast<part>(pos2.field[1]));
87 VERIFY(static_cast<part>(pos1.field[2]) != static_cast<part>(pos2.field[2]));
88 VERIFY(static_cast<part>(pos1.field[3]) != static_cast<part>(pos2.field[3]));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/
H A D1.cc60 pattern pos2 = monp_c_f.pos_format(); local
80 VERIFY(static_cast<part>(pos1.field[0]) == static_cast<part>(pos2.field[0]));
81 VERIFY(static_cast<part>(pos1.field[1]) == static_cast<part>(pos2.field[1]));
82 VERIFY(static_cast<part>(pos1.field[2]) == static_cast<part>(pos2.field[2]));
83 VERIFY(static_cast<part>(pos1.field[3]) == static_cast<part>(pos2.field[3]));
90 VERIFY( pos2 == money_base::_S_default_pattern );
H A D2.cc75 pattern pos2 = monp_de_t.pos_format(); local
85 VERIFY(static_cast<part>(pos1.field[0]) != static_cast<part>(pos2.field[0]));
86 VERIFY(static_cast<part>(pos1.field[1]) != static_cast<part>(pos2.field[1]));
87 VERIFY(static_cast<part>(pos1.field[2]) != static_cast<part>(pos2.field[2]));
88 VERIFY(static_cast<part>(pos1.field[3]) != static_cast<part>(pos2.field[3]));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/
H A D3.cc40 std::forward_list<int>::iterator pos2 = fl.erase_after(pos); local
45 VERIFY( pos == pos2 );
70 std::forward_list<int>::iterator pos2 = fl.erase_after(pos, stop); local
72 VERIFY( pos2 == stop );
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-alias.h165 HOST_WIDE_INT pos2,
168 if (pos1 >= pos2
170 || pos1 < (pos2 + (HOST_WIDE_INT) size2)))
172 if (pos2 >= pos1
174 || pos2 < (pos1 + (HOST_WIDE_INT) size1)))
163 ranges_overlap_p(HOST_WIDE_INT pos1, unsigned HOST_WIDE_INT size1, HOST_WIDE_INT pos2, unsigned HOST_WIDE_INT size2) argument
H A Dgenrecog.c256 compare_positions (struct position *pos1, struct position *pos2)
260 diff = pos1->depth - pos2->depth;
263 pos2 = pos2->base;
264 while (pos1->depth != pos2->depth);
268 while (pos1->depth != pos2->depth);
269 while (pos1 != pos2)
271 diff = (int) pos1->type - (int) pos2->type;
273 diff = pos1->arg - pos2->arg;
275 pos2
254 compare_positions(struct position *pos1, struct position *pos2) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct_byname/
H A Dnamed_equivalence.cc70 pattern pos2 = monp_byname.pos_format(); local
80 VERIFY(static_cast<part>(pos1.field[0]) == static_cast<part>(pos2.field[0]));
81 VERIFY(static_cast<part>(pos1.field[1]) == static_cast<part>(pos2.field[1]));
82 VERIFY(static_cast<part>(pos1.field[2]) == static_cast<part>(pos2.field[2]));
83 VERIFY(static_cast<part>(pos1.field[3]) == static_cast<part>(pos2.field[3]));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/
H A D12790-2.cc62 traits_type::pos_type pos2 = fb.pubseekpos(pos1); local
69 fb.pubseekpos(pos2);
/haiku-buildtools/binutils/gas/
H A Dlisting.c560 long pos2; local
593 pos2 = pos = ftell (last_open_file);
608 while (pos2 > 0 && ! found)
613 pos2 = (long) size > pos2 ? 0 : pos2 - size;
614 fseek (last_open_file, pos2, SEEK_SET);
638 /* Advance pos2 to the newline character we have just located. */
639 pos2 += (ptr - buffer);
644 ++pos2;
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.cc119 const basic_string& _str, size_type pos2, size_type n2)
123 if (pos1 == 0 && n1 >= length () && pos2 == 0 && n2 >= len2)
126 OUTOFRANGE (pos2 > len2);
128 if (n2 > len2 - pos2)
129 n2 = len2 - pos2;
131 return replace (pos1, n1, _str.data () + pos2, n2);
118 replace(size_type pos1, size_type n1, const basic_string& _str, size_type pos2, size_type n2) argument
H A Dbastring.h257 size_type pos2 = 0, size_type n = npos)
258 { return replace (pos1, 0, str, pos2, n); }
295 size_type pos2 = 0, size_type n2 = npos);
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtexindex.c536 compare_general (str1, str2, pos1, pos2, use_keyfields)
538 long pos1, pos2;
553 start2, length2, pos2);
764 compare_field (keyfield, start1, length1, pos1, start2, length2, pos2)
771 long pos2;
775 if (pos1 > pos2)
/haiku-buildtools/isl/include/isl/
H A Dmap.h456 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
458 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
460 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
462 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
464 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
466 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
468 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
H A Dset.h184 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
/haiku-buildtools/isl/
H A Disl_transitive_closure.c2116 int pos2; local
2137 pos2 = isl_seq_first_non_zero(bset->eq[i] + 1 + nparam + d, n_div);
2138 if (pos2 == -1)
2140 if (isl_seq_first_non_zero(bset->eq[i] + 1 + nparam + d + pos2 + 1,
2141 n_div - pos2 - 1) != -1)
H A Disl_map.c11206 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2)
11208 return isl_map_equate(set, type1, pos1, type2, pos2);
11214 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2)
11225 if (pos2 >= isl_space_dim(space, type2))
11229 if (type1 == type2 && pos1 == pos2)
11238 pos2 += isl_basic_map_offset(bmap, type2);
11240 isl_int_set_si(bmap->eq[i][pos2], 1);
11253 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2)
11257 eq = equator(isl_basic_map_get_space(bmap), type1, pos1, type2, pos2);
11267 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2)
11205 isl_set_equate(__isl_take isl_set *set, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11213 equator(__isl_take isl_space *space, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11252 isl_basic_map_equate(__isl_take isl_basic_map *bmap, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11266 isl_map_equate(__isl_take isl_map *map, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11280 isl_map_oppose(__isl_take isl_map *map, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11319 isl_basic_map_order_ge(__isl_take isl_basic_map *bmap, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11350 greator(__isl_take isl_space *space, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11391 isl_basic_map_order_gt(__isl_take isl_basic_map *bmap, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11406 isl_map_order_gt(__isl_take isl_map *map, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
11421 isl_map_order_lt(__isl_take isl_map *map, enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2) argument
[all...]
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c13803 mips_maybe_swap_ready (rtx_insn **ready, int pos1, int pos2, int limit)
13805 if (pos1 < pos2
13806 && INSN_PRIORITY (ready[pos1]) + limit >= INSN_PRIORITY (ready[pos2]))
13811 ready[pos1] = ready[pos2];
13812 ready[pos2] = temp;
13743 mips_maybe_swap_ready(rtx_insn **ready, int pos1, int pos2, int limit) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c6370 const struct fix_24k_store_info *pos2 = b;
6372 return (pos1->off - pos2->off);
6361 const struct fix_24k_store_info *pos2 = b; local

Completed in 489 milliseconds