Home | History | Annotate | Download | only in coregrind

Lines Matching defs:hx1

748    const HostExtent* hx1 = v1;
750 if (hx1->start + hx1->len <= hx2->start) return -1;
751 if (hx2->start + hx2->len <= hx1->start) return 1;