Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSequence.h262 template <typename T> struct iota_range { struct
273 explicit iota_range(T Begin, T End, bool Inclusive) in iota_range() argument
280 size_t size() const { return PastEndValue - BeginValue; } in size()
281 bool empty() const { return BeginValue == PastEndValue; } in empty()
306 return iota_range<T>(Begin, End, false); in seq() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSequence.h262 template <typename T> struct iota_range { struct
273 explicit iota_range(T Begin, T End, bool Inclusive) in iota_range() argument
280 size_t size() const { return PastEndValue - BeginValue; } in size()
281 bool empty() const { return BeginValue == PastEndValue; } in empty()
306 return iota_range<T>(Begin, End, false); in seq() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSequence.h262 template <typename T> struct iota_range { struct
273 explicit iota_range(T Begin, T End, bool Inclusive) in iota_range() argument
280 size_t size() const { return PastEndValue - BeginValue; } in size()
281 bool empty() const { return BeginValue == PastEndValue; } in empty()
306 return iota_range<T>(Begin, End, false); in seq() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSequence.h262 template <typename T> struct iota_range { struct
273 explicit iota_range(T Begin, T End, bool Inclusive) in iota_range() argument
280 size_t size() const { return PastEndValue - BeginValue; } in size()
281 bool empty() const { return BeginValue == PastEndValue; } in empty()
306 return iota_range<T>(Begin, End, false); in seq() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSequence.h262 template <typename T> struct iota_range { struct
273 explicit iota_range(T Begin, T End, bool Inclusive) in iota_range() argument
280 size_t size() const { return PastEndValue - BeginValue; } in size()
281 bool empty() const { return BeginValue == PastEndValue; } in empty()
306 return iota_range<T>(Begin, End, false); in seq() argument