Home
last modified time | relevance | path

Searched defs:foreach_set (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h8495 stat basic_set::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function
13142 stat point::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function
17078 stat set::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function
20177 stat union_set::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function
H A Dcpp.h10119 void basic_set::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function
17625 void point::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function
23757 void set::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function
29118 void union_set::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py10986 def foreach_set(arg0, arg1): member in union_set