Searched defs:foreach_set (Results 1 – 3 of 3) sorted by relevance
8495 stat basic_set::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function13142 stat point::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function17078 stat set::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function20177 stat union_set::foreach_set(const std::function<stat(isl::checked::set)> &fn) const in foreach_set() function
10119 void basic_set::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function17625 void point::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function23757 void set::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function29118 void union_set::foreach_set(const std::function<void(isl::set)> &fn) const in foreach_set() function
10986 def foreach_set(arg0, arg1): member in union_set