Home
last modified time | relevance | path

Searched refs:hmap2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dhmap_templ.c428 __isl_keep ISL_HMAP *hmap2) in ISL_HMAP_IS_EQUAL() argument
430 if (!hmap1 || !hmap2) in ISL_HMAP_IS_EQUAL()
432 if (hmap1 == hmap2) in ISL_HMAP_IS_EQUAL()
434 if (hmap1->table.n != hmap2->table.n) in ISL_HMAP_IS_EQUAL()
436 return ISL_FN(ISL_HMAP,every)(hmap1, &has_entry, hmap2); in ISL_HMAP_IS_EQUAL()
H A Dhmap.h48 __isl_keep ISL_HMAP *hmap2);
H A Dcpp-checked.h1859 inline boolean is_equal(const isl::checked::id_to_ast_expr &hmap2) const;
1891 inline boolean is_equal(const isl::checked::id_to_id &hmap2) const;
9443 boolean id_to_ast_expr::is_equal(const isl::checked::id_to_ast_expr &hmap2) const in is_equal() argument
9445 auto res = isl_id_to_ast_expr_is_equal(get(), hmap2.get()); in is_equal()
9537 boolean id_to_id::is_equal(const isl::checked::id_to_id &hmap2) const in is_equal() argument
9539 auto res = isl_id_to_id_is_equal(get(), hmap2.get()); in is_equal()
H A Dcpp.h1925 inline bool is_equal(const isl::id_to_ast_expr &hmap2) const;
1957 inline bool is_equal(const isl::id_to_id &hmap2) const;
11520 bool id_to_ast_expr::is_equal(const isl::id_to_ast_expr &hmap2) const in is_equal() argument
11522 if (!ptr || hmap2.is_null()) in is_equal()
11526 auto res = isl_id_to_ast_expr_is_equal(get(), hmap2.get()); in is_equal()
11652 bool id_to_id::is_equal(const isl::id_to_id &hmap2) const in is_equal() argument
11654 if (!ptr || hmap2.is_null()) in is_equal()
11658 auto res = isl_id_to_id_is_equal(get(), hmap2.get()); in is_equal()