Home
last modified time | relevance | path

Searched refs:DoesAdjoinOrIntersect (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h58 if (DoesAdjoinOrIntersect(rhs)) { in Union()
107 bool DoesAdjoinOrIntersect(const Range &rhs) const { in DoesAdjoinOrIntersect() function
242 return a.DoesAdjoinOrIntersect(b); in CombineConsecutiveRanges()
253 if (back.DoesAdjoinOrIntersect(*pos)) in CombineConsecutiveRanges()
517 return a.DoesAdjoinOrIntersect(b) && a.data == b.data; in CombineConsecutiveEntriesWithEqualData()
529 if (back.DoesAdjoinOrIntersect(*pos) && back.data == pos->data) in CombineConsecutiveEntriesWithEqualData()