| /src/external/mit/isl/dist/ |
| isl_point.c | 568 static isl_stat foreach_point(struct isl_scan_callback *cb, function 582 struct isl_foreach_point fp = { { &foreach_point }, fn, user };
|
| isl_union_map.c | 906 static isl_stat foreach_point(__isl_take isl_set *set, void *user) function 921 return isl_union_set_foreach_set(uset, &foreach_point, &data);
|
| /src/external/mit/isl/dist/include/isl/ |
| typed_cpp.h | 2334 inline void foreach_point(const std::function<void(typed::point<>)> &fn) const; 2495 inline void foreach_point(const std::function<void(typed::point<Domain>)> &fn) const; 2663 inline void foreach_point(const std::function<void(typed::point<pair<Domain, Range>>)> &fn) const; 6956 inline void foreach_point(const std::function<void(typed::point<>)> &fn) const; 7113 inline void foreach_point(const std::function<void(typed::point<Domain>)> &fn) const; 7277 inline void foreach_point(const std::function<void(typed::point<pair<Domain, Range>>)> &fn) const; 9476 inline void foreach_point(const std::function<void(typed::point<>)> &fn) const; 9649 inline void foreach_point(const std::function<void(typed::point<Domain>)> &fn) const; 9831 inline void foreach_point(const std::function<void(typed::point<pair<Domain, Range>>)> &fn) const; 13836 inline void foreach_point(const std::function<void(typed::point<>)> &fn) const 21172 void typed::basic_set<>::foreach_point(const std::function<void(typed::point<>)> &fn) const function in class:isl::typed::typed::basic_set 21468 void typed::basic_set<Domain>::foreach_point(const std::function<void(typed::point<Domain>)> &fn) const function in class:isl::typed::typed::basic_set 21982 void typed::basic_set<pair<Domain, Range>>::foreach_point(const std::function<void(typed::point<pair<Domain, Range>>)> &fn) const function in class:isl::typed::typed::basic_set 34130 void typed::point<>::foreach_point(const std::function<void(typed::point<>)> &fn) const function in class:isl::typed::typed::point 34396 void typed::point<Domain>::foreach_point(const std::function<void(typed::point<Domain>)> &fn) const function in class:isl::typed::typed::point 34877 void typed::point<pair<Domain, Range>>::foreach_point(const std::function<void(typed::point<pair<Domain, Range>>)> &fn) const function in class:isl::typed::typed::point 41230 void typed::set<>::foreach_point(const std::function<void(typed::point<>)> &fn) const function in class:isl::typed::typed::set 41544 void typed::set<Domain>::foreach_point(const std::function<void(typed::point<Domain>)> &fn) const function in class:isl::typed::typed::set 42108 void typed::set<pair<Domain, Range>>::foreach_point(const std::function<void(typed::point<pair<Domain, Range>>)> &fn) const function in class:isl::typed::typed::set 51506 void typed::union_set<>::foreach_point(const std::function<void(typed::point<>)> &fn) const function in class:isl::typed::typed::union_set 51742 void typed::union_set<Domain>::foreach_point(const std::function<void(typed::point<Domain>)> &fn) const function in class:isl::typed::typed::union_set 52093 void typed::union_set<pair<Domain, Range>>::foreach_point(const std::function<void(typed::point<pair<Domain, Range>>)> &fn) const function in class:isl::typed::typed::union_set [all...] |
| cpp-checked.h | 1625 inline stat foreach_point(const std::function<stat(isl::checked::point)> &fn) const; 2658 inline stat foreach_point(const std::function<stat(isl::checked::point)> &fn) const; 3630 inline stat foreach_point(const std::function<stat(isl::checked::point)> &fn) const; 4297 inline stat foreach_point(const std::function<stat(isl::checked::point)> &fn) const; 8490 stat basic_set::foreach_point(const std::function<stat(isl::checked::point)> &fn) const function in class:isl::checked::basic_set 8492 return isl::checked::set(*this).foreach_point(fn); 13137 stat point::foreach_point(const std::function<stat(isl::checked::point)> &fn) const function in class:isl::checked::point 13139 return isl::checked::basic_set(*this).foreach_point(fn); 17064 stat set::foreach_point(const std::function<stat(isl::checked::point)> &fn) const function in class:isl::checked::set 20163 stat union_set::foreach_point(const std::function<stat(isl::checked::point)> &fn) cons function in class:isl::checked::union_set [all...] |
| cpp.h | 1691 inline void foreach_point(const std::function<void(isl::point)> &fn) const; 2724 inline void foreach_point(const std::function<void(isl::point)> &fn) const; 3696 inline void foreach_point(const std::function<void(isl::point)> &fn) const; 4363 inline void foreach_point(const std::function<void(isl::point)> &fn) const; 10112 void basic_set::foreach_point(const std::function<void(isl::point)> &fn) const function in class:isl::basic_set 10116 return isl::set(*this).foreach_point(fn); 17618 void point::foreach_point(const std::function<void(isl::point)> &fn) const function in class:isl::point 17622 return isl::basic_set(*this).foreach_point(fn); 23729 void set::foreach_point(const std::function<void(isl::point)> &fn) const function in class:isl::set 29090 void union_set::foreach_point(const std::function<void(isl::point)> &fn) cons function in class:isl::union_set [all...] |
| /src/external/mit/isl/dist/interface/ |
| isl.py | 10963 def foreach_point(arg0, arg1): member in class:union_set 11621 def foreach_point(arg0, arg1): member in class:set
|