add isl_union_set_every_set
commit204be444d2a38ed801910702fe0403fcc0b55821
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 4 Apr 2018 09:31:18 +0000 (4 11:31 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 14:19:04 +0000 (2 16:19 +0200)
tree7ce19ca58f800108cc63ade43df8f7878da41c18
parent1f78d5826ed00a0fddbaa906f5456243e848f026
add isl_union_set_every_set

This performs the same operation as isl_union_map_every_map
but operates on an isl_union_set instead of an isl_union_map.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/union_set.h
isl_union_map.c