Searched refs:param_pw_aff_on_domain (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | cpp-checked.h | 1671 inline isl::checked::pw_aff param_pw_aff_on_domain(const isl::checked::id &id) const; 1672 inline isl::checked::pw_aff param_pw_aff_on_domain(const std::string &id) const; 2701 inline isl::checked::pw_aff param_pw_aff_on_domain(const isl::checked::id &id) const; 2702 inline isl::checked::pw_aff param_pw_aff_on_domain(const std::string &id) const; 3679 inline isl::checked::pw_aff param_pw_aff_on_domain(isl::checked::id id) const; 3680 inline isl::checked::pw_aff param_pw_aff_on_domain(const std::string &id) const; 8729 isl::checked::pw_aff basic_set::param_pw_aff_on_domain(const isl::checked::id &id) const in param_pw_aff_on_domain() function 8731 return isl::checked::set(*this).param_pw_aff_on_domain(id); in param_pw_aff_on_domain() 8734 isl::checked::pw_aff basic_set::param_pw_aff_on_domain(const std::string &id) const in param_pw_aff_on_domain() function 8736 return this->param_pw_aff_on_domain(isl::checked::id(ctx(), id)); in param_pw_aff_on_domain() [all …]
|
H A D | cpp.h | 1737 inline isl::pw_aff param_pw_aff_on_domain(const isl::id &id) const; 1738 inline isl::pw_aff param_pw_aff_on_domain(const std::string &id) const; 2767 inline isl::pw_aff param_pw_aff_on_domain(const isl::id &id) const; 2768 inline isl::pw_aff param_pw_aff_on_domain(const std::string &id) const; 3745 inline isl::pw_aff param_pw_aff_on_domain(isl::id id) const; 3746 inline isl::pw_aff param_pw_aff_on_domain(const std::string &id) const; 10479 isl::pw_aff basic_set::param_pw_aff_on_domain(const isl::id &id) const in param_pw_aff_on_domain() function 10483 return isl::set(*this).param_pw_aff_on_domain(id); in param_pw_aff_on_domain() 10486 isl::pw_aff basic_set::param_pw_aff_on_domain(const std::string &id) const in param_pw_aff_on_domain() function 10490 return this->param_pw_aff_on_domain(isl::id(ctx(), id)); in param_pw_aff_on_domain() [all …]
|
H A D | typed_cpp.h | 2362 inline typed::pw_aff<Anonymous> param_pw_aff_on_domain(const typed::id<Anonymous> &id) const; 2363 inline typed::pw_aff<Anonymous> param_pw_aff_on_domain(const std::string &id) const; 2524 …inline typed::pw_aff<Domain, Anonymous> param_pw_aff_on_domain(const typed::id<Anonymous> &id) con… 2525 inline typed::pw_aff<Domain, Anonymous> param_pw_aff_on_domain(const std::string &id) const; 2692 …inline typed::pw_aff<pair<Domain, Range>, Anonymous> param_pw_aff_on_domain(const typed::id<Anonym… 2693 …inline typed::pw_aff<pair<Domain, Range>, Anonymous> param_pw_aff_on_domain(const std::string &id)… 6983 inline typed::pw_aff<Anonymous> param_pw_aff_on_domain(const typed::id<Anonymous> &id) const; 6984 inline typed::pw_aff<Anonymous> param_pw_aff_on_domain(const std::string &id) const; 7141 …inline typed::pw_aff<Domain, Anonymous> param_pw_aff_on_domain(const typed::id<Anonymous> &id) con… 7142 inline typed::pw_aff<Domain, Anonymous> param_pw_aff_on_domain(const std::string &id) const; [all …]
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | isl.py | 11984 def param_pw_aff_on_domain(*args): member in set
|