Home
last modified time | relevance | path

Searched defs:foreach_point (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_point.c568 static isl_stat foreach_point(struct isl_scan_callback *cb, in foreach_point() function
H A Disl_union_map.c906 static isl_stat foreach_point(__isl_take isl_set *set, void *user) in foreach_point() function
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h8490 stat basic_set::foreach_point(const std::function<stat(isl::checked::point)> &fn) const in foreach_point() function
13137 stat point::foreach_point(const std::function<stat(isl::checked::point)> &fn) const in foreach_point() function
17064 stat set::foreach_point(const std::function<stat(isl::checked::point)> &fn) const in foreach_point() function
20163 stat union_set::foreach_point(const std::function<stat(isl::checked::point)> &fn) const in foreach_point() function
H A Dcpp.h10112 void basic_set::foreach_point(const std::function<void(isl::point)> &fn) const in foreach_point() function
17618 void point::foreach_point(const std::function<void(isl::point)> &fn) const in foreach_point() function
23729 void set::foreach_point(const std::function<void(isl::point)> &fn) const in foreach_point() function
29090 void union_set::foreach_point(const std::function<void(isl::point)> &fn) const in foreach_point() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py10963 def foreach_point(arg0, arg1): member in union_set
11621 def foreach_point(arg0, arg1): member in set