Home
last modified time | relevance | path

Searched refs:from_range (Results 1 – 14 of 14) sorted by relevance

/external/catch2/include/internal/
Dcatch_generators_specific.hpp160 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range() function
166 GeneratorWrapper<ResultType> from_range(Container const& cnt) { in from_range() function
/external/catch2/projects/SelfTest/UsageTests/
DGenerators.tests.cpp240 auto elem = GENERATE_REF(from_range(data.begin(), data.end()));
244 auto elem = GENERATE(from_range(make_data_counted()));
/external/llvm-project/polly/lib/External/isl/
Disl_insert_domain_templ.c30 obj = FN(TYPE,from_range)(obj); in FN()
Disl_multi_templ.c848 __isl_give MULTI(BASE) *FN(MULTI(BASE),from_range)( in MULTI()
Disl_pw_templ.c724 __isl_give PW *FN(PW,from_range)(__isl_take PW *pw) in FN() argument
/external/catch2/docs/
Dgenerators.md74 * `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
Drelease-notes.md137 * Use via `from_range(from, to)` or `from_range(container)`
/external/llvm-project/polly/lib/Transform/
DFlattenAlgo.cpp218 auto FirstSubScatterMap = isl::map::from_range(FirstSubScatter); in tryFlattenSequence()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h270 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 …]
Dcpp-checked.h2773 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
Dcpp.h2838 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
/external/catch2/single_include/catch2/
Dcatch.hpp4700 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range() function
4706 GeneratorWrapper<ResultType> from_range(Container const& cnt) { in from_range() function
/external/libabigail/tests/lib/
Dcatch.hpp4731 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range() function
4737 GeneratorWrapper<ResultType> from_range(Container const& cnt) { in from_range() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py6535 def from_range(arg0): member in union_map