Home
last modified time | relevance | path

Searched refs:universe_set (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dtyped_cpp.h10214 inline typed::set<> universe_set() const;
10354 inline typed::set<Domain> universe_set() const;
10491 inline typed::set<Domain, Range> universe_set() const = delete;
10630 inline typed::set<pair<Domain, Range>> universe_set() const;
10766 inline typed::set<pair<Domain, Range>, Range2> universe_set() const = delete;
10902 inline typed::set<Domain, pair<Range, Range2>> universe_set() const = delete;
11037 inline typed::set<pair<T1, T2>, pair<Range, Range2>> universe_set() const = delete;
42784 typed::set<> typed::space<>::universe_set() const
42786 auto res = isl::space::universe_set();
42973 typed::set<Domain> typed::space<Domain>::universe_set() const
[all …]
H A Dcpp-checked.h3842 inline isl::checked::set universe_set() const;
18130 isl::checked::set space::universe_set() const in universe_set() function
H A Dcpp.h3908 inline isl::set universe_set() const;
25607 isl::set space::universe_set() const in universe_set() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py17337 def universe_set(arg0): member in space