Searched refs:boundary_cmp (Results 1 – 2 of 2) sorted by relevance
61 boundary_cmp (boundary a, boundary b) in boundary_cmp() function117 int res = boundary_cmp (a.start, b.start); in location_cmp()119 res = boundary_cmp (a.end, b.end); in location_cmp()
2488 * src/location.h (boundary_cmp, location_cmp): New.