Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDRangeMap.h69 const BaseType rhs_base = rhs.GetRangeBase(); in Intersect() local
73 range.SetRangeBase(std::max(lhs_base, rhs_base)); in Intersect()
109 const BaseType rhs_base = rhs.GetRangeBase(); in DoesAdjoinOrIntersect() local
112 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()
622 m_entries, addr, [](const Entry &lhs, B rhs_base) -> bool { in FindEntryThatContainsOrFollows()
623 return lhs.GetRangeEnd() <= rhs_base; in FindEntryThatContainsOrFollows()