Home | History | Annotate | Download | only in include

Lines Matching refs:pos1

1428 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1433 ranges_overlap_p (unsigned HOST_WIDE_INT pos1,
1438 if (pos1 >= pos2
1440 || pos1 < (pos2 + size2)))
1442 if (pos2 >= pos1
1444 || pos2 < (pos1 + size1)))