Searched defs:is_disjoint (Results 1 – 7 of 7) sorted by relevance
191 pub fn is_disjoint(&self, other: &LinkedHashSet<T, S>) -> bool { in is_disjoint() function
916 pub fn is_disjoint(&self, other: &Self) -> bool { in is_disjoint() function
6682 def is_disjoint(arg0, arg1): member in union_map7628 def is_disjoint(arg0, arg1): member in map8779 def is_disjoint(arg0, arg1): member in union_set9381 def is_disjoint(arg0, arg1): member in set
6364 boolean map::is_disjoint(const isl::checked::map &map2) const in is_disjoint() function10478 boolean set::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function11440 boolean union_map::is_disjoint(const isl::checked::union_map &umap2) const in is_disjoint() function12441 boolean union_set::is_disjoint(const isl::checked::union_set &uset2) const in is_disjoint() function
7753 bool map::is_disjoint(const isl::map &map2) const in is_disjoint() function14577 bool set::is_disjoint(const isl::set &set2) const in is_disjoint() function16255 bool union_map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function18026 bool union_set::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function
5787 boolean basic_map::is_disjoint(const basic_map &bmap2) const in is_disjoint() function6540 boolean basic_set::is_disjoint(const basic_set &bset2) const in is_disjoint() function8546 boolean map::is_disjoint(const map &map2) const in is_disjoint() function14951 boolean set::is_disjoint(const set &set2) const in is_disjoint() function16714 boolean union_map::is_disjoint(const union_map &umap2) const in is_disjoint() function18643 boolean union_set::is_disjoint(const union_set &uset2) const in is_disjoint() function
2595 isl_bool is_disjoint; member