Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h235 auto first_intersect = std::adjacent_find( in CombineConsecutiveRanges() local
239 if (first_intersect == m_entries.end()) in CombineConsecutiveRanges()
244 auto pos = std::next(first_intersect); in CombineConsecutiveRanges()