Searched refs:last_pos (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr25311.c22 int last_pos, last_old_pos, pos, old_pos, first; local
26 last_pos = first = set_height? w->top : w->left;
37 set_size (c, pos + first - last_pos, 1, set_height);
38 last_pos = pos + first;
/haiku-buildtools/gcc/libcc1/
H A Dfindcomp.cc96 std::string::size_type last_pos = m_pos; local
97 std::string::size_type colon = m_str.find(':', last_pos);
103 result = m_str.substr(last_pos, colon);
108 result = m_str.substr(last_pos, colon - last_pos);
/haiku-buildtools/isl/
H A Disl_map_simplify.c3007 int last_pos, last_neg; local
3026 last_pos = j;
3045 if (!isl_seq_is_neg(bmap->ineq[last_pos] + 1,
3050 isl_int_add(bmap->ineq[last_pos][0],
3051 bmap->ineq[last_pos][0], bmap->ineq[last_neg][0]);
3052 isl_int_add_ui(bmap->ineq[last_pos][0],
3053 bmap->ineq[last_pos][0], 1);
3054 redundant = isl_int_ge(bmap->ineq[last_pos][0],
3055 bmap->ineq[last_pos][1+off+i]);
3056 isl_int_sub_ui(bmap->ineq[last_pos][
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c267 int last_pos = 0;
303 if (pos < last_pos)
309 last_pos = pos;
362 int last_pos = 0;
458 if (pos < last_pos)
464 last_pos = pos;
266 int last_pos = 0; local
361 int last_pos = 0; local
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils.c1901 tree last_pos = bitsize_zero_node;
1945 pos = compute_related_constant (curpos, last_pos);
1954 last_pos = round_up (last_pos, align);
1955 pos = compute_related_constant (curpos, last_pos);
1971 last_pos = round_up (last_pos, align);
1972 pos = compute_related_constant (curpos, last_pos);
1977 last_pos = round_up (last_pos, alig
1892 tree last_pos = bitsize_zero_node; local
[all...]

Completed in 91 milliseconds