Home
last modified time | relevance | path

Searched defs:is_disjoint (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/hashlink/src/
Dlinked_hash_set.rs191 pub fn is_disjoint(&self, other: &LinkedHashSet<T, S>) -> bool { in is_disjoint() function
/external/rust/crates/hashbrown/src/
Dset.rs916 pub fn is_disjoint(&self, other: &Self) -> bool { in is_disjoint() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py6682 def is_disjoint(arg0, arg1): member in union_map
7628 def is_disjoint(arg0, arg1): member in map
8779 def is_disjoint(arg0, arg1): member in union_set
9381 def is_disjoint(arg0, arg1): member in set
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h6364 boolean map::is_disjoint(const isl::checked::map &map2) const in is_disjoint() function
10478 boolean set::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function
11440 boolean union_map::is_disjoint(const isl::checked::union_map &umap2) const in is_disjoint() function
12441 boolean union_set::is_disjoint(const isl::checked::union_set &uset2) const in is_disjoint() function
Dcpp.h7753 bool map::is_disjoint(const isl::map &map2) const in is_disjoint() function
14577 bool set::is_disjoint(const isl::set &set2) const in is_disjoint() function
16255 bool union_map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function
18026 bool union_set::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function
Disl-noexceptions.h5787 boolean basic_map::is_disjoint(const basic_map &bmap2) const in is_disjoint() function
6540 boolean basic_set::is_disjoint(const basic_set &bset2) const in is_disjoint() function
8546 boolean map::is_disjoint(const map &map2) const in is_disjoint() function
14951 boolean set::is_disjoint(const set &set2) const in is_disjoint() function
16714 boolean union_map::is_disjoint(const union_map &umap2) const in is_disjoint() function
18643 boolean union_set::is_disjoint(const union_set &uset2) const in is_disjoint() function
/external/llvm-project/polly/lib/External/isl/
Disl_union_map.c2595 isl_bool is_disjoint; member