Searched refs:BaseLessThan (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | RangeMap.h | 266 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function 279 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryIndexThatContains() 301 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryThatContains() 323 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains() 501 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function 514 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryIndexThatContains() 536 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryThatContains() 558 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains() 721 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function 765 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains() [all …]
|