X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_list_templ.h;h=9c60f5a3d46620e54a503bed38c825a3dad4a2f7;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=6ceb96630db50e9af363f8c35a2fb2eb213701b9;hpb=93bcc60cff0ae7fdb2c0f33a0612534cf6ec5a68;p=platform%2Fupstream%2Fisl.git diff --git a/isl_list_templ.h b/isl_list_templ.h index 6ceb966..9c60f5a 100644 --- a/isl_list_templ.h +++ b/isl_list_templ.h @@ -12,3 +12,13 @@ struct LIST(EL) { size_t size; struct EL *p[1]; }; + +#define ISL_DECLARE_LIST_PRIVATE(EL) \ +__isl_give isl_##EL##_list *isl_##EL##_list_dup( \ + __isl_keep isl_##EL##_list *list); + +ISL_DECLARE_LIST_PRIVATE(basic_set) +ISL_DECLARE_LIST_PRIVATE(set) +ISL_DECLARE_LIST_PRIVATE(aff) +ISL_DECLARE_LIST_PRIVATE(pw_aff) +ISL_DECLARE_LIST_PRIVATE(band)