/llvm-project/libcxx/include/__memory_resource/ |
H A D | memory_resource.h | 44 _LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_equal(__other); } is_equal() function
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
H A D | partition.pass.cpp | 53 is_equal(Iterator first, Iterator last, Iterator d_first) in is_equal() function 60 is_equal(Iterator, Iterator, Iterator) in is_equal() function
|
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | nth_element.pass.cpp | 57 is_equal(const DataType<T>& x, const DataType<T>& y) in is_equal() function 64 is_equal(const T& x, const T& y) in is_equal() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test2.cc | 99 static bool is_equal(const T &a, const T &b) in is_equal() function 105 static bool is_equal(const T &a, const T &b) in is_equal() function
|
H A D | isl_space.c | 1029 isl_bool is_equal; in isl_space_check_equal_tuples() local 1105 isl_bool is_equal; in isl_space_check_wrapped_tuple_is_equal() local 2570 isl_bool is_equal; in isl_space_check_domain_tuples() local
|
H A D | isl_union_templ.c | 1217 isl_bool is_equal; in FN() local
|
H A D | isl_scheduler.c | 375 int is_equal; in graph_find_matching_edge() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/ |
H A D | general.pass.cpp | 32 constexpr bool is_equal(View& view, const Expected& expected) { in is_equal() function
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/ |
H A D | general.pass.cpp | 64 constexpr bool is_equal(View& view, const Expected& expected) { in is_equal() function
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 51 bool is_equal(const KMPAffinity::Mask *rhs) const override { is_equal() function 389 bool is_equal(const KMPAffinity::Mask *rhs) const override { is_equal() function 605 bool is_equal(const KMPAffinity::Mask *rhs) const override { is_equal() function
|
H A D | kmp.h | 770 virtual bool is_equal(const Mask *rhs) const { return false; } in is_equal() function
|
/llvm-project/libcxxabi/src/ |
H A D | private_typeinfo.cpp | 71 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) is_equal() function [all...] |
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | isl-noexceptions.h | 5330 boolean aff::is_equal(const isl::pw_aff &pa2) const in is_equal() function 8461 boolean basic_map::is_equal(const isl::basic_map &bmap2) const in is_equal() function 8467 boolean basic_map::is_equal(const isl::map &map2) const in is_equal() function 8472 boolean basic_map::is_equal(const isl::union_map &umap2) const in is_equal() function 9415 boolean basic_set::is_equal(const isl::basic_set &bset2) const in is_equal() function 9421 boolean basic_set::is_equal(const isl::set &set2) const in is_equal() function 9426 boolean basic_set::is_equal(const isl::union_set &uset2) const in is_equal() function 9431 boolean basic_set::is_equal(const isl::point &bset2) const in is_equal() function 11294 boolean map::is_equal(const isl::map &map2) const in is_equal() function 11300 boolean map::is_equal(const isl::union_map &umap2) const in is_equal() function [all …]
|
/llvm-project/clang/test/SemaCXX/ |
H A D | source_location.cpp | 66 constexpr bool is_equal(const char *LHS, const char *RHS) { in is_equal() function [all...] |