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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h93 const BaseType rhs_base = rhs.GetRangeBase(); local
96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base);
103 const BaseType rhs_base = rhs.GetRangeBase(); local
106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base);
787 [](const Entry &lhs, B rhs_base) -> bool {
788 return lhs.GetRangeEnd() <= rhs_base;

Completed in 112 milliseconds