Home
last modified time | relevance | path

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

/llvm-project/libc/src/string/memory_utils/
H A Dutils.h58 LIBC_INLINE bool is_disjoint(const void *p1, const void *p2, size_t size) { is_disjoint() function
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h8445 boolean basic_map::is_disjoint(const isl::map &map2) const in is_disjoint() function
8450 boolean basic_map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function
9399 boolean basic_set::is_disjoint(const isl::set &set2) const in is_disjoint() function
9404 boolean basic_set::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function
11272 boolean map::is_disjoint(const isl::map &map2) const in is_disjoint() function
11278 boolean map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function
11283 boolean map::is_disjoint(const isl::basic_map &map2) const in is_disjoint() function
14587 boolean point::is_disjoint(const isl::set &set2) const in is_disjoint() function
14592 boolean point::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function
18867 boolean set::is_disjoint(const isl::set &set2) const in is_disjoint() function
[all …]
/llvm-project/polly/lib/External/isl/
H A Disl_union_map.c2695 isl_bool is_disjoint; member