reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
#include <isl/map_type.h>

/* Return the set list that was treated as the map list "list".
 */
static __isl_give isl_set_list *set_list_from_map_list(
	__isl_take isl_map_list *list)
{
	return (isl_set_list *) list;
}