Home
last modified time | relevance | path

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

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