Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h8469 boolean basic_set::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function
13117 boolean point::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function
17034 boolean set::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function
20143 boolean union_set::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function
H A Dcpp.h10079 bool basic_set::every_set(const std::function<bool(isl::set)> &test) const in every_set() function
17590 bool point::every_set(const std::function<bool(isl::set)> &test) const in every_set() function
23675 bool set::every_set(const std::function<bool(isl::set)> &test) const in every_set() function
29050 bool union_set::every_set(const std::function<bool(isl::set)> &test) const in every_set() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py10924 def every_set(arg0, arg1): member in union_set