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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h92 const BaseType lhs_base = this->GetRangeBase(); local
96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base);
102 const BaseType lhs_base = this->GetRangeBase(); local
106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base);

Completed in 167 milliseconds