Searched refs:from_range (Results 1 – 14 of 14) sorted by relevance
160 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range() function166 GeneratorWrapper<ResultType> from_range(Container const& cnt) { in from_range() function
240 auto elem = GENERATE_REF(from_range(data.begin(), data.end()));244 auto elem = GENERATE(from_range(make_data_counted()));
30 obj = FN(TYPE,from_range)(obj); in FN()
848 __isl_give MULTI(BASE) *FN(MULTI(BASE),from_range)( in MULTI()
724 __isl_give PW *FN(PW,from_range)(__isl_take PW *pw) in FN() argument
74 * `from_range(InputIterator from, InputIterator to)` for `IteratorGenerator<T>`75 * `from_range(Container const&)` for `IteratorGenerator<T>`79 > `from_range` has been introduced in Catch 2.10.0
137 * Use via `from_range(from, to)` or `from_range(container)`
218 auto FirstSubScatterMap = isl::map::from_range(FirstSubScatter); in tryFlattenSequence()
270 inline aff from_range() const;666 static inline basic_map from_range(basic_set bset);1299 static inline map from_range(set set);1571 inline multi_aff from_range() const;1666 inline multi_pw_aff from_range() const;1765 inline multi_union_pw_aff from_range() const;1850 inline multi_val from_range() const;1976 inline pw_aff from_range() const;2266 inline pw_qpolynomial from_range() const;2885 inline space from_range() const;[all …]
2773 static inline isl::checked::union_map from_range(isl::checked::union_set uset);11357 isl::checked::union_map union_map::from_range(isl::checked::union_set uset) in from_range() function
2838 static inline isl::union_map from_range(isl::union_set uset);16094 isl::union_map union_map::from_range(isl::union_set uset) in from_range() function
4700 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range() function4706 GeneratorWrapper<ResultType> from_range(Container const& cnt) { in from_range() function
4731 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range() function4737 GeneratorWrapper<ResultType> from_range(Container const& cnt) { in from_range() function
6535 def from_range(arg0): member in union_map