Searched defs:CommonRange (Results 1 – 5 of 5) sorted by relevance
38 struct CommonRange : std::ranges::view_base { struct40 constexpr explicit CommonRange(int* b, int* e) : begin_(b), end_(e) {} in CommonRange() function49 static_assert(std::ranges::bidirectional_range<CommonRange>); argument
32 struct CommonRange : std::ranges::view_base { struct34 constexpr explicit CommonRange(int* b, int* e) : begin_(b), end_(e) { } in CommonRange() argument35 constexpr Iterator begin() const { return Iterator(begin_); } in begin()36 constexpr Iterator end() const { return Iterator(end_); } in end()39 int* begin_;40 int* end_;
75 struct CommonRange { struct84 static_assert(std::ranges::input_range<CommonRange>); argument
84 LiveInterval::SubRange *CommonRange; in calculate() local
824 LiveInterval::SubRange *CommonRange; in removeCopyByCommutingDef() local2617 LiveInterval::SubRange *CommonRange; in mergeSubRangeInto() local