Lines Matching refs:cur_offset
75 at position CUR_OFFSET within TYPE.
82 HOST_WIDE_INT cur_offset)
84 if (cur_offset < 0)
88 || cur_offset >= POINTER_SIZE
92 || (cur_offset
134 HOST_WIDE_INT cur_offset = offset;
144 cur_offset = 0;
164 cur_offset = 0;
218 if (cur_offset != 0
243 if (cur_offset != 0)
261 cur_offset = speculative_offset;
277 if (pos > (unsigned HOST_WIDE_INT)cur_offset)
300 if (pos <= (unsigned HOST_WIDE_INT)cur_offset
301 && (pos + size) >= (unsigned HOST_WIDE_INT)cur_offset
307 >= cur_offset + otr_type_size))
315 cur_offset -= pos;
322 offset = cur_offset;
330 speculative_offset = cur_offset;
350 HOST_WIDE_INT new_offset = cur_offset % tree_to_shwi (TYPE_SIZE (subtype));
355 && (cur_offset + otr_type_size
359 cur_offset = new_offset;
364 offset = cur_offset;
370 speculative_offset = cur_offset;
396 cur_offset = speculative_offset;
407 || possible_placement_new (type, otr_type, cur_offset)))
428 cur_offset = speculative_offset;