Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dtyped_cpp.h10189 inline typed::space<> map_from_set() const = delete;
10324 inline typed::space<Domain, Domain> map_from_set() const;
10462 inline typed::space<Domain, Range> map_from_set() const = delete;
10602 inline typed::space<pair<Domain, Range>, pair<Domain, Range>> map_from_set() const;
10739 inline typed::space<pair<Domain, Range>, Range2> map_from_set() const = delete;
10875 inline typed::space<Domain, pair<Range, Range2>> map_from_set() const = delete;
11012 inline typed::space<pair<T1, T2>, pair<Range, Range2>> map_from_set() const = delete;
42870 typed::space<Domain, Domain> typed::space<Domain>::map_from_set() const
42872 auto res = isl::space::map_from_set();
43266 …e<pair<Domain, Range>, pair<Domain, Range>> typed::space<pair<Domain, Range>>::map_from_set() const
[all …]
H A Dcpp-checked.h3817 inline isl::checked::space map_from_set() const;
17984 isl::checked::space space::map_from_set() const in map_from_set() function
H A Dcpp.h3883 inline isl::space map_from_set() const;
25331 isl::space space::map_from_set() const in map_from_set() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py17072 def map_from_set(arg0): member in space