Searched defs:is_disjoint (Results 1 – 3 of 3) sorted by relevance
58 LIBC_INLINE bool is_disjoint(const void *p1, const void *p2, size_t size) { is_disjoint() function
8445 boolean basic_map::is_disjoint(const isl::map &map2) const in is_disjoint() function8450 boolean basic_map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function9399 boolean basic_set::is_disjoint(const isl::set &set2) const in is_disjoint() function9404 boolean basic_set::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function11272 boolean map::is_disjoint(const isl::map &map2) const in is_disjoint() function11278 boolean map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function11283 boolean map::is_disjoint(const isl::basic_map &map2) const in is_disjoint() function14587 boolean point::is_disjoint(const isl::set &set2) const in is_disjoint() function14592 boolean point::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function18867 boolean set::is_disjoint(const isl::set &set2) const in is_disjoint() function[all …]
2695 isl_bool is_disjoint; member