HomeSort by: relevance | last modified time | path
    Searched refs:subtract_domain (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 481 inline isl::checked::pw_aff subtract_domain(const isl::checked::set &set) const;
482 inline isl::checked::union_pw_aff subtract_domain(const isl::checked::space &space) const;
483 inline isl::checked::union_pw_aff subtract_domain(const isl::checked::union_set &uset) const;
1566 inline isl::checked::union_map subtract_domain(const isl::checked::union_set &dom) const;
2092 inline isl::checked::union_map subtract_domain(const isl::checked::union_set &dom) const;
2295 inline isl::checked::pw_multi_aff subtract_domain(const isl::checked::set &set) const;
2296 inline isl::checked::union_pw_multi_aff subtract_domain(const isl::checked::space &space) const;
2297 inline isl::checked::union_pw_multi_aff subtract_domain(const isl::checked::union_set &uset) const;
2902 inline isl::checked::pw_aff subtract_domain(isl::checked::set set) const;
2903 inline isl::checked::union_pw_aff subtract_domain(const isl::checked::space &space) const
5323 isl::checked::pw_aff aff::subtract_domain(const isl::checked::set &set) const function in class:isl::checked::aff
5328 isl::checked::union_pw_aff aff::subtract_domain(const isl::checked::space &space) const function in class:isl::checked::aff
5333 isl::checked::union_pw_aff aff::subtract_domain(const isl::checked::union_set &uset) const function in class:isl::checked::aff
8257 isl::checked::union_map basic_map::subtract_domain(const isl::checked::union_set &dom) const function in class:isl::checked::basic_map
10573 isl::checked::union_map map::subtract_domain(const isl::checked::union_set &dom) const function in class:isl::checked::map
11538 isl::checked::pw_multi_aff multi_aff::subtract_domain(const isl::checked::set &set) const function in class:isl::checked::multi_aff
11543 isl::checked::union_pw_multi_aff multi_aff::subtract_domain(const isl::checked::space &space) const function in class:isl::checked::multi_aff
11548 isl::checked::union_pw_multi_aff multi_aff::subtract_domain(const isl::checked::union_set &uset) const function in class:isl::checked::multi_aff
14336 isl::checked::pw_aff pw_aff::subtract_domain(isl::checked::set set) const function in class:isl::checked::pw_aff
14342 isl::checked::union_pw_aff pw_aff::subtract_domain(const isl::checked::space &space) const function in class:isl::checked::pw_aff
14347 isl::checked::union_pw_aff pw_aff::subtract_domain(const isl::checked::union_set &uset) const function in class:isl::checked::pw_aff
14352 isl::checked::pw_aff pw_aff::subtract_domain(const isl::checked::basic_set &set) const function in class:isl::checked::pw_aff
14357 isl::checked::pw_aff pw_aff::subtract_domain(const isl::checked::point &set) const function in class:isl::checked::pw_aff
15331 isl::checked::pw_multi_aff pw_multi_aff::subtract_domain(isl::checked::set set) const function in class:isl::checked::pw_multi_aff
15337 isl::checked::union_pw_multi_aff pw_multi_aff::subtract_domain(const isl::checked::space &space) const function in class:isl::checked::pw_multi_aff
15342 isl::checked::union_pw_multi_aff pw_multi_aff::subtract_domain(const isl::checked::union_set &uset) const function in class:isl::checked::pw_multi_aff
15347 isl::checked::pw_multi_aff pw_multi_aff::subtract_domain(const isl::checked::basic_set &set) const function in class:isl::checked::pw_multi_aff
15352 isl::checked::pw_multi_aff pw_multi_aff::subtract_domain(const isl::checked::point &set) const function in class:isl::checked::pw_multi_aff
19039 isl::checked::union_map union_map::subtract_domain(isl::checked::union_set dom) const function in class:isl::checked::union_map
19499 isl::checked::union_pw_aff union_pw_aff::subtract_domain(isl::checked::space space) const function in class:isl::checked::union_pw_aff
19505 isl::checked::union_pw_aff union_pw_aff::subtract_domain(isl::checked::union_set uset) const function in class:isl::checked::union_pw_aff
19988 isl::checked::union_pw_multi_aff union_pw_multi_aff::subtract_domain(isl::checked::space space) const function in class:isl::checked::union_pw_multi_aff
19994 isl::checked::union_pw_multi_aff union_pw_multi_aff::subtract_domain(isl::checked::union_set uset) const function in class:isl::checked::union_pw_multi_aff
    [all...]
typed_cpp.h 317 inline typed::pw_aff<Anonymous> subtract_domain(const typed::set<> &set) const = delete;
318 inline typed::union_pw_aff<Anonymous> subtract_domain(const typed::space<> &space) const = delete;
319 inline typed::union_pw_aff<Anonymous> subtract_domain(const typed::union_set<> &uset) const = delete;
544 inline typed::pw_aff<Domain, Anonymous> subtract_domain(const typed::set<Domain> &set) const;
545 inline typed::union_pw_aff<Domain, Anonymous> subtract_domain(const typed::space<Domain> &space) const;
546 inline typed::union_pw_aff<Domain, Anonymous> subtract_domain(const typed::union_set<Domain> &uset) const;
773 inline typed::pw_aff<pair<Domain2, Range2>, Anonymous> subtract_domain(const typed::set<pair<Domain2, Range2>> &set) const;
774 inline typed::union_pw_aff<pair<Domain2, Range2>, Anonymous> subtract_domain(const typed::space<pair<Domain2, Range2>> &space) const;
775 inline typed::union_pw_aff<pair<Domain2, Range2>, Anonymous> subtract_domain(const typed::union_set<pair<Domain2, Range2>> &uset) const;
1163 inline typed::union_map<Domain, Range> subtract_domain(const typed::union_set<Domain> &dom) const
15801 typed::pw_aff<Domain, Anonymous> typed::aff<Domain, Anonymous>::subtract_domain(const typed::set<Domain> &set) const function in class:isl::typed::typed::aff
15808 typed::union_pw_aff<Domain, Anonymous> typed::aff<Domain, Anonymous>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::aff
15815 typed::union_pw_aff<Domain, Anonymous> typed::aff<Domain, Anonymous>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::aff
16686 typed::pw_aff<pair<Domain2, Range2>, Anonymous> typed::aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::set<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::aff
16693 typed::union_pw_aff<pair<Domain2, Range2>, Anonymous> typed::aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::space<pair<Domain2, Range2>> &space) const function in class:isl::typed::typed::aff
16700 typed::union_pw_aff<pair<Domain2, Range2>, Anonymous> typed::aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::union_set<pair<Domain2, Range2>> &uset) const function in class:isl::typed::typed::aff
17504 typed::union_map<Domain, Range> typed::basic_map<Domain, Range>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::basic_map
18188 typed::union_map<pair<Domain, Range>, Range2> typed::basic_map<pair<Domain, Range>, Range2>::subtract_domain(const typed::union_set<pair<Domain, Range>> &dom) const function in class:isl::typed::typed::basic_map
18894 typed::union_map<Domain, Domain> typed::basic_map<Domain, Domain>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::basic_map
19571 typed::union_map<Domain, pair<Range, Range2>> typed::basic_map<Domain, pair<Range, Range2>>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::basic_map
20343 typed::union_map<pair<T1, T2>, pair<T1, T2>> typed::basic_map<pair<T1, T2>, pair<T1, T2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::basic_map
21060 typed::union_map<pair<T1, T2>, pair<Range, Range2>> typed::basic_map<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::basic_map
23238 typed::union_map<Domain, Range> typed::map<Domain, Range>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::map
24078 typed::union_map<pair<Domain, Range>, Range2> typed::map<pair<Domain, Range>, Range2>::subtract_domain(const typed::union_set<pair<Domain, Range>> &dom) const function in class:isl::typed::typed::map
25076 typed::union_map<Domain, Domain> typed::map<Domain, Domain>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::map
25909 typed::union_map<Domain, pair<Range, Range2>> typed::map<Domain, pair<Range, Range2>>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::map
27001 typed::union_map<pair<T1, T2>, pair<T1, T2>> typed::map<pair<T1, T2>, pair<T1, T2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::map
27888 typed::union_map<pair<T1, T2>, pair<Range, Range2>> typed::map<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::map
29178 typed::pw_multi_aff<Domain, Range> typed::multi_aff<Domain, Range>::subtract_domain(const typed::set<Domain> &set) const function in class:isl::typed::typed::multi_aff
29185 typed::union_pw_multi_aff<Domain, Range> typed::multi_aff<Domain, Range>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::multi_aff
29192 typed::union_pw_multi_aff<Domain, Range> typed::multi_aff<Domain, Range>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::multi_aff
29894 typed::pw_multi_aff<pair<Domain2, Range2>, Range> typed::multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::set<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::multi_aff
29901 typed::union_pw_multi_aff<pair<Domain2, Range2>, Range> typed::multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::space<pair<Domain2, Range2>> &space) const function in class:isl::typed::typed::multi_aff
29908 typed::union_pw_multi_aff<pair<Domain2, Range2>, Range> typed::multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::union_set<pair<Domain2, Range2>> &uset) const function in class:isl::typed::typed::multi_aff
30571 typed::pw_multi_aff<Domain, pair<Range, Range2>> typed::multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::set<Domain> &set) const function in class:isl::typed::typed::multi_aff
30578 typed::union_pw_multi_aff<Domain, pair<Range, Range2>> typed::multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::multi_aff
30585 typed::union_pw_multi_aff<Domain, pair<Range, Range2>> typed::multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::multi_aff
31285 typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::set<pair<T1, T2>> &set) const function in class:isl::typed::typed::multi_aff
31292 typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::space<pair<T1, T2>> &space) const function in class:isl::typed::typed::multi_aff
31299 typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &uset) const function in class:isl::typed::typed::multi_aff
36546 typed::pw_aff<Domain, Anonymous> typed::pw_aff<Domain, Anonymous>::subtract_domain(const typed::set<Domain> &set) const function in class:isl::typed::typed::pw_aff
36553 typed::union_pw_aff<Domain, Anonymous> typed::pw_aff<Domain, Anonymous>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::pw_aff
36560 typed::union_pw_aff<Domain, Anonymous> typed::pw_aff<Domain, Anonymous>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::pw_aff
36567 typed::pw_aff<Domain, Anonymous> typed::pw_aff<Domain, Anonymous>::subtract_domain(const typed::basic_set<Domain> &set) const function in class:isl::typed::typed::pw_aff
36574 typed::pw_aff<Domain, Anonymous> typed::pw_aff<Domain, Anonymous>::subtract_domain(const typed::point<Domain> &set) const function in class:isl::typed::typed::pw_aff
37420 typed::pw_aff<pair<Domain2, Range2>, Anonymous> typed::pw_aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::set<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::pw_aff
37427 typed::union_pw_aff<pair<Domain2, Range2>, Anonymous> typed::pw_aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::space<pair<Domain2, Range2>> &space) const function in class:isl::typed::typed::pw_aff
37434 typed::union_pw_aff<pair<Domain2, Range2>, Anonymous> typed::pw_aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::union_set<pair<Domain2, Range2>> &uset) const function in class:isl::typed::typed::pw_aff
37441 typed::pw_aff<pair<Domain2, Range2>, Anonymous> typed::pw_aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::basic_set<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::pw_aff
37448 typed::pw_aff<pair<Domain2, Range2>, Anonymous> typed::pw_aff<pair<Domain2, Range2>, Anonymous>::subtract_domain(const typed::point<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::pw_aff
38766 typed::pw_multi_aff<Domain, Range> typed::pw_multi_aff<Domain, Range>::subtract_domain(const typed::set<Domain> &set) const function in class:isl::typed::typed::pw_multi_aff
38773 typed::union_pw_multi_aff<Domain, Range> typed::pw_multi_aff<Domain, Range>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::pw_multi_aff
38780 typed::union_pw_multi_aff<Domain, Range> typed::pw_multi_aff<Domain, Range>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::pw_multi_aff
38787 typed::pw_multi_aff<Domain, Range> typed::pw_multi_aff<Domain, Range>::subtract_domain(const typed::basic_set<Domain> &set) const function in class:isl::typed::typed::pw_multi_aff
38794 typed::pw_multi_aff<Domain, Range> typed::pw_multi_aff<Domain, Range>::subtract_domain(const typed::point<Domain> &set) const function in class:isl::typed::typed::pw_multi_aff
39504 typed::pw_multi_aff<pair<Domain2, Range2>, Range> typed::pw_multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::set<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::pw_multi_aff
39511 typed::union_pw_multi_aff<pair<Domain2, Range2>, Range> typed::pw_multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::space<pair<Domain2, Range2>> &space) const function in class:isl::typed::typed::pw_multi_aff
39518 typed::union_pw_multi_aff<pair<Domain2, Range2>, Range> typed::pw_multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::union_set<pair<Domain2, Range2>> &uset) const function in class:isl::typed::typed::pw_multi_aff
39525 typed::pw_multi_aff<pair<Domain2, Range2>, Range> typed::pw_multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::basic_set<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::pw_multi_aff
39532 typed::pw_multi_aff<pair<Domain2, Range2>, Range> typed::pw_multi_aff<pair<Domain2, Range2>, Range>::subtract_domain(const typed::point<pair<Domain2, Range2>> &set) const function in class:isl::typed::typed::pw_multi_aff
40187 typed::pw_multi_aff<Domain, pair<Range, Range2>> typed::pw_multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::set<Domain> &set) const function in class:isl::typed::typed::pw_multi_aff
40194 typed::union_pw_multi_aff<Domain, pair<Range, Range2>> typed::pw_multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::pw_multi_aff
40201 typed::union_pw_multi_aff<Domain, pair<Range, Range2>> typed::pw_multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::pw_multi_aff
40208 typed::pw_multi_aff<Domain, pair<Range, Range2>> typed::pw_multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::basic_set<Domain> &set) const function in class:isl::typed::typed::pw_multi_aff
40215 typed::pw_multi_aff<Domain, pair<Range, Range2>> typed::pw_multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::point<Domain> &set) const function in class:isl::typed::typed::pw_multi_aff
40923 typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::set<pair<T1, T2>> &set) const function in class:isl::typed::typed::pw_multi_aff
40930 typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::space<pair<T1, T2>> &space) const function in class:isl::typed::typed::pw_multi_aff
40937 typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &uset) const function in class:isl::typed::typed::pw_multi_aff
40944 typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::basic_set<pair<T1, T2>> &set) const function in class:isl::typed::typed::pw_multi_aff
40951 typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::point<pair<T1, T2>> &set) const function in class:isl::typed::typed::pw_multi_aff
44486 typed::union_map<Domain, Range> typed::union_map<Domain, Range>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::union_map
44493 typed::union_map<Domain, Range> typed::union_map<Domain, Range>::subtract_domain(const typed::basic_set<Domain> &dom) const function in class:isl::typed::typed::union_map
44500 typed::union_map<Domain, Range> typed::union_map<Domain, Range>::subtract_domain(const typed::point<Domain> &dom) const function in class:isl::typed::typed::union_map
44507 typed::union_map<Domain, Range> typed::union_map<Domain, Range>::subtract_domain(const typed::set<Domain> &dom) const function in class:isl::typed::typed::union_map
45174 typed::union_map<pair<Domain, Range>, Range2> typed::union_map<pair<Domain, Range>, Range2>::subtract_domain(const typed::union_set<pair<Domain, Range>> &dom) const function in class:isl::typed::typed::union_map
45181 typed::union_map<pair<Domain, Range>, Range2> typed::union_map<pair<Domain, Range>, Range2>::subtract_domain(const typed::basic_set<pair<Domain, Range>> &dom) const function in class:isl::typed::typed::union_map
45188 typed::union_map<pair<Domain, Range>, Range2> typed::union_map<pair<Domain, Range>, Range2>::subtract_domain(const typed::point<pair<Domain, Range>> &dom) const function in class:isl::typed::typed::union_map
45195 typed::union_map<pair<Domain, Range>, Range2> typed::union_map<pair<Domain, Range>, Range2>::subtract_domain(const typed::set<pair<Domain, Range>> &dom) const function in class:isl::typed::typed::union_map
45836 typed::union_map<Domain, Domain> typed::union_map<Domain, Domain>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::union_map
45843 typed::union_map<Domain, Domain> typed::union_map<Domain, Domain>::subtract_domain(const typed::basic_set<Domain> &dom) const function in class:isl::typed::typed::union_map
45850 typed::union_map<Domain, Domain> typed::union_map<Domain, Domain>::subtract_domain(const typed::point<Domain> &dom) const function in class:isl::typed::typed::union_map
45857 typed::union_map<Domain, Domain> typed::union_map<Domain, Domain>::subtract_domain(const typed::set<Domain> &dom) const function in class:isl::typed::typed::union_map
46517 typed::union_map<Domain, pair<Range, Range2>> typed::union_map<Domain, pair<Range, Range2>>::subtract_domain(const typed::union_set<Domain> &dom) const function in class:isl::typed::typed::union_map
46524 typed::union_map<Domain, pair<Range, Range2>> typed::union_map<Domain, pair<Range, Range2>>::subtract_domain(const typed::basic_set<Domain> &dom) const function in class:isl::typed::typed::union_map
46531 typed::union_map<Domain, pair<Range, Range2>> typed::union_map<Domain, pair<Range, Range2>>::subtract_domain(const typed::point<Domain> &dom) const function in class:isl::typed::typed::union_map
46538 typed::union_map<Domain, pair<Range, Range2>> typed::union_map<Domain, pair<Range, Range2>>::subtract_domain(const typed::set<Domain> &dom) const function in class:isl::typed::typed::union_map
47291 typed::union_map<pair<T1, T2>, pair<T1, T2>> typed::union_map<pair<T1, T2>, pair<T1, T2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
47298 typed::union_map<pair<T1, T2>, pair<T1, T2>> typed::union_map<pair<T1, T2>, pair<T1, T2>>::subtract_domain(const typed::basic_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
47305 typed::union_map<pair<T1, T2>, pair<T1, T2>> typed::union_map<pair<T1, T2>, pair<T1, T2>>::subtract_domain(const typed::point<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
47312 typed::union_map<pair<T1, T2>, pair<T1, T2>> typed::union_map<pair<T1, T2>, pair<T1, T2>>::subtract_domain(const typed::set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
48035 typed::union_map<pair<T1, T2>, pair<Range, Range2>> typed::union_map<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
48042 typed::union_map<pair<T1, T2>, pair<Range, Range2>> typed::union_map<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::basic_set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
48049 typed::union_map<pair<T1, T2>, pair<Range, Range2>> typed::union_map<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::point<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
48056 typed::union_map<pair<T1, T2>, pair<Range, Range2>> typed::union_map<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::set<pair<T1, T2>> &dom) const function in class:isl::typed::typed::union_map
48845 typed::union_pw_aff<Domain, Anonymous> typed::union_pw_aff<Domain, Anonymous>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::union_pw_aff
48852 typed::union_pw_aff<Domain, Anonymous> typed::union_pw_aff<Domain, Anonymous>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::union_pw_aff
49342 typed::union_pw_aff<pair<Domain, Domain2>, Anonymous> typed::union_pw_aff<pair<Domain, Domain2>, Anonymous>::subtract_domain(const typed::space<pair<Domain, Domain2>> &space) const function in class:isl::typed::typed::union_pw_aff
49349 typed::union_pw_aff<pair<Domain, Domain2>, Anonymous> typed::union_pw_aff<pair<Domain, Domain2>, Anonymous>::subtract_domain(const typed::union_set<pair<Domain, Domain2>> &uset) const function in class:isl::typed::typed::union_pw_aff
50128 typed::union_pw_multi_aff<Domain, Range> typed::union_pw_multi_aff<Domain, Range>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::union_pw_multi_aff
50135 typed::union_pw_multi_aff<Domain, Range> typed::union_pw_multi_aff<Domain, Range>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::union_pw_multi_aff
50565 typed::union_pw_multi_aff<pair<Domain, Domain2>, Range> typed::union_pw_multi_aff<pair<Domain, Domain2>, Range>::subtract_domain(const typed::space<pair<Domain, Domain2>> &space) const function in class:isl::typed::typed::union_pw_multi_aff
50572 typed::union_pw_multi_aff<pair<Domain, Domain2>, Range> typed::union_pw_multi_aff<pair<Domain, Domain2>, Range>::subtract_domain(const typed::union_set<pair<Domain, Domain2>> &uset) const function in class:isl::typed::typed::union_pw_multi_aff
50956 typed::union_pw_multi_aff<Domain, pair<Range, Range2>> typed::union_pw_multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::space<Domain> &space) const function in class:isl::typed::typed::union_pw_multi_aff
50963 typed::union_pw_multi_aff<Domain, pair<Range, Range2>> typed::union_pw_multi_aff<Domain, pair<Range, Range2>>::subtract_domain(const typed::union_set<Domain> &uset) const function in class:isl::typed::typed::union_pw_multi_aff
51407 typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::space<pair<T1, T2>> &space) const function in class:isl::typed::typed::union_pw_multi_aff
51414 typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> typed::union_pw_multi_aff<pair<T1, T2>, pair<Range, Range2>>::subtract_domain(const typed::union_set<pair<T1, T2>> &uset) const function in class:isl::typed::typed::union_pw_multi_aff
    [all...]
cpp.h 546 inline isl::pw_aff subtract_domain(const isl::set &set) const;
547 inline isl::union_pw_aff subtract_domain(const isl::space &space) const;
548 inline isl::union_pw_aff subtract_domain(const isl::union_set &uset) const;
1632 inline isl::union_map subtract_domain(const isl::union_set &dom) const;
2158 inline isl::union_map subtract_domain(const isl::union_set &dom) const;
2361 inline isl::pw_multi_aff subtract_domain(const isl::set &set) const;
2362 inline isl::union_pw_multi_aff subtract_domain(const isl::space &space) const;
2363 inline isl::union_pw_multi_aff subtract_domain(const isl::union_set &uset) const;
2968 inline isl::pw_aff subtract_domain(isl::set set) const;
2969 inline isl::union_pw_aff subtract_domain(const isl::space &space) const
5801 isl::pw_aff aff::subtract_domain(const isl::set &set) const function in class:isl::aff
5808 isl::union_pw_aff aff::subtract_domain(const isl::space &space) const function in class:isl::aff
5815 isl::union_pw_aff aff::subtract_domain(const isl::union_set &uset) const function in class:isl::aff
9769 isl::union_map basic_map::subtract_domain(const isl::union_set &dom) const function in class:isl::basic_map
13420 isl::union_map map::subtract_domain(const isl::union_set &dom) const function in class:isl::map
14985 isl::pw_multi_aff multi_aff::subtract_domain(const isl::set &set) const function in class:isl::multi_aff
14992 isl::union_pw_multi_aff multi_aff::subtract_domain(const isl::space &space) const function in class:isl::multi_aff
14999 isl::union_pw_multi_aff multi_aff::subtract_domain(const isl::union_set &uset) const function in class:isl::multi_aff
19457 isl::pw_aff pw_aff::subtract_domain(isl::set set) const function in class:isl::pw_aff
19469 isl::union_pw_aff pw_aff::subtract_domain(const isl::space &space) const function in class:isl::pw_aff
19476 isl::union_pw_aff pw_aff::subtract_domain(const isl::union_set &uset) const function in class:isl::pw_aff
19483 isl::pw_aff pw_aff::subtract_domain(const isl::basic_set &set) const function in class:isl::pw_aff
19490 isl::pw_aff pw_aff::subtract_domain(const isl::point &set) const function in class:isl::pw_aff
21080 isl::pw_multi_aff pw_multi_aff::subtract_domain(isl::set set) const function in class:isl::pw_multi_aff
21092 isl::union_pw_multi_aff pw_multi_aff::subtract_domain(const isl::space &space) const function in class:isl::pw_multi_aff
21099 isl::union_pw_multi_aff pw_multi_aff::subtract_domain(const isl::union_set &uset) const function in class:isl::pw_multi_aff
21106 isl::pw_multi_aff pw_multi_aff::subtract_domain(const isl::basic_set &set) const function in class:isl::pw_multi_aff
21113 isl::pw_multi_aff pw_multi_aff::subtract_domain(const isl::point &set) const function in class:isl::pw_multi_aff
27228 isl::union_map union_map::subtract_domain(isl::union_set dom) const function in class:isl::union_map
27948 isl::union_pw_aff union_pw_aff::subtract_domain(isl::space space) const function in class:isl::union_pw_aff
27960 isl::union_pw_aff union_pw_aff::subtract_domain(isl::union_set uset) const function in class:isl::union_pw_aff
28793 isl::union_pw_multi_aff union_pw_multi_aff::subtract_domain(isl::space space) const function in class:isl::union_pw_multi_aff
28805 isl::union_pw_multi_aff union_pw_multi_aff::subtract_domain(isl::union_set uset) const function in class:isl::union_pw_multi_aff
    [all...]
  /src/external/mit/isl/dist/
isl_union_templ.c 916 return FN(PART,subtract_domain)(part, set);
936 __isl_give UNION *FN(UNION,subtract_domain)(__isl_take UNION *u,
isl_pw_templ.c 984 __isl_give PW *FN(PW,subtract_domain)(__isl_take PW *pw,
  /src/external/mit/isl/dist/interface/
isl.py 453 def subtract_domain(*args): member in class:union_pw_multi_aff
1325 def subtract_domain(*args): member in class:union_pw_aff
2909 def subtract_domain(arg0, arg1): member in class:pw_multi_aff
2919 return union_pw_multi_aff(arg0).subtract_domain(arg1)
3744 def subtract_domain(arg0, arg1): member in class:pw_aff
3754 return union_pw_aff(arg0).subtract_domain(arg1)
8767 def subtract_domain(arg0, arg1): member in class:union_map

Completed in 75 milliseconds