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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h141 const BaseType lhs_base = this->GetRangeBase(); local
145 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base);
153 const BaseType lhs_base = this->GetRangeBase(); local
157 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base);

Completed in 66 milliseconds