Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DRangeMap.h135 const BaseType lhs_base = this->GetRangeBase(); in Overlap() local
139 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in Overlap()