Polly 19.0.0git
set_to_map.c
Go to the documentation of this file.
1#include <isl/map_type.h>
2
3/* Treat "set" as a map.
4 * Internally, isl_set is defined to isl_map, so in practice,
5 * this function performs a redundant cast.
6 */
8{
9 return (isl_map *) set;
10}
#define __isl_take
Definition: ctx.h:22
#define __isl_give
Definition: ctx.h:19
const char * set
Definition: isl_test.c:1356
struct isl_set isl_set
Definition: map_type.h:26
static Signature set_to_map