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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h257 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { function in class:lldb_private::RangeArray
270 std::lower_bound(begin, end, entry, BaseLessThan);
292 std::lower_bound(begin, end, entry, BaseLessThan);
314 std::lower_bound(begin, end, range, BaseLessThan);
492 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { function in class:lldb_private::RangeVector
505 std::lower_bound(begin, end, entry, BaseLessThan);
527 std::lower_bound(begin, end, entry, BaseLessThan);
549 std::lower_bound(begin, end, range, BaseLessThan);
699 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { function in class:lldb_private::RangeDataVector
745 std::lower_bound(begin, end, range, BaseLessThan);
884 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { function in class:lldb_private::AddressDataArray
[all...]

Completed in 96 milliseconds