Home
last modified time | relevance | path

Searched defs:make_range (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Diterator_range.h54 template <class T> iterator_range<T> make_range(T x, T y) { in make_range() function
58 template <typename T> iterator_range<T> make_range(std::pair<T, T> p) { in make_range() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Diterator_range.h54 template <class T> iterator_range<T> make_range(T x, T y) { in make_range() function
58 template <typename T> iterator_range<T> make_range(std::pair<T, T> p) { in make_range() function
/third_party/boost/boost/range/
Das_literal.hpp123 make_range( T* const r, bool ) in make_range() function
130 make_range( T& r, long ) in make_range() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() function
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range() function
151 inline IteratorRange<IteratorType> make_range( in make_range() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() function
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range() function
151 inline IteratorRange<IteratorType> make_range( in make_range() function
/third_party/spirv-tools/source/opt/
Diterator.h135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() function
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range() function
151 inline IteratorRange<IteratorType> make_range( in make_range() function
/third_party/boost/libs/hana/include/boost/hana/fwd/
Drange.hpp115 constexpr auto make_range = make<range_tag>; variable
/third_party/boost/boost/hana/fwd/
Drange.hpp115 constexpr auto make_range = make<range_tag>; variable
/third_party/mindspore/mindspore/_extends/parse/
Dtrope.py71 def make_range(*elts): # pragma: no cover function
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h127 inline IteratorRange<IteratorType> make_range( in make_range() function
/third_party/boost/libs/coroutine/test/
Dtest_asymmetric_coroutine.cpp584 coro::asymmetric_coroutine< int >::pull_type make_range() in make_range() function
/third_party/mindspore/mindspore/ops/
Dfunctional.py184 make_range = Primitive("make_range") variable