Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h604 struct RangeData : public Range<B, S> { struct
609 RangeData() : Range<B, S>(), data() {} in RangeData() function
611 RangeData(B base, S size) : Range<B, S>(base, size), data() {} in RangeData() argument
613 RangeData(B base, S size, DataType d) : Range<B, S>(base, size), data(d) {} in RangeData() function
615 bool operator<(const RangeData &rhs) const {
625 bool operator==(const RangeData &rhs) const {
630 bool operator!=(const RangeData &rhs) const {
639 typedef RangeData<B, S, T> Entry;