Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h92 const BaseType lhs_base = this->GetRangeBase(); in DoesAdjoinOrIntersect() local
96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()
102 const BaseType lhs_base = this->GetRangeBase(); in DoesIntersect() local
106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base); in DoesIntersect()