Searched defs:is_disjoint (Results 1 – 4 of 4) sorted by relevance
7940 boolean basic_map::is_disjoint(const isl::checked::map &map2) const in is_disjoint() function7945 boolean basic_map::is_disjoint(const isl::checked::union_map &umap2) const in is_disjoint() function8583 boolean basic_set::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function8588 boolean basic_set::is_disjoint(const isl::checked::union_set &uset2) const in is_disjoint() function10173 boolean map::is_disjoint(const isl::checked::map &map2) const in is_disjoint() function10179 boolean map::is_disjoint(const isl::checked::union_map &umap2) const in is_disjoint() function10184 boolean map::is_disjoint(const isl::checked::basic_map &map2) const in is_disjoint() function13212 boolean point::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function13217 boolean point::is_disjoint(const isl::checked::union_set &uset2) const in is_disjoint() function17161 boolean set::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function[all …]
9300 bool basic_map::is_disjoint(const isl::map &map2) const in is_disjoint() function9307 bool basic_map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function10253 bool basic_set::is_disjoint(const isl::set &set2) const in is_disjoint() function10260 bool basic_set::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function12706 bool map::is_disjoint(const isl::map &map2) const in is_disjoint() function12718 bool map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function12725 bool map::is_disjoint(const isl::basic_map &map2) const in is_disjoint() function17723 bool point::is_disjoint(const isl::set &set2) const in is_disjoint() function17730 bool point::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function23902 bool set::is_disjoint(const isl::set &set2) const in is_disjoint() function[all …]
8370 def is_disjoint(arg0, arg1): member in union_map9630 def is_disjoint(arg0, arg1): member in map11079 def is_disjoint(arg0, arg1): member in union_set11750 def is_disjoint(arg0, arg1): member in set
2743 isl_bool is_disjoint; member