repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add isl_pw_qpolynomial_list
[isl.git]
/
set_list_from_map_list_inl.c
blob
108c53476ff3329485e10b432d461071c3766334
1
#include <isl/map_type.h>
2
3
/* Return the set list that was treated as the map list "list".
4
*/
5
static
__isl_give isl_set_list
*
set_list_from_map_list
(
6
__isl_take isl_map_list
*
list
)
7
{
8
return
(
isl_set_list
*)
list
;
9
}