Home
last modified time | relevance | path

Searched defs:CommonRange (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/
H A Dend.pass.cpp38 struct CommonRange : std::ranges::view_base { struct
40 constexpr explicit CommonRange(int* b, int* e) : begin_(b), end_(e) {} in CommonRange() function
49 static_assert(std::ranges::bidirectional_range<CommonRange>); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/
H A Dend.pass.cpp32 struct CommonRange : std::ranges::view_base { struct
34 constexpr explicit CommonRange(int* b, int* e) : begin_(b), end_(e) { } in CommonRange() argument
35 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_;
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.utility/range.utility.conv/
H A Dto.pass.cpp75 struct CommonRange { struct
84 static_assert(std::ranges::input_range<CommonRange>); argument
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp84 LiveInterval::SubRange *CommonRange; in calculate() local
H A DRegisterCoalescer.cpp824 LiveInterval::SubRange *CommonRange; in removeCopyByCommutingDef() local
2617 LiveInterval::SubRange *CommonRange; in mergeSubRangeInto() local