Searched defs:every_set (Results 1 – 3 of 3) sorted by relevance
8469 boolean basic_set::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function13117 boolean point::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function17034 boolean set::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function20143 boolean union_set::every_set(const std::function<boolean(isl::checked::set)> &test) const in every_set() function
10079 bool basic_set::every_set(const std::function<bool(isl::set)> &test) const in every_set() function17590 bool point::every_set(const std::function<bool(isl::set)> &test) const in every_set() function23675 bool set::every_set(const std::function<bool(isl::set)> &test) const in every_set() function29050 bool union_set::every_set(const std::function<bool(isl::set)> &test) const in every_set() function
10924 def every_set(arg0, arg1): member in union_set