Polly 19.0.0git
isl_output_private.h
Go to the documentation of this file.
1#include <isl/space.h>
2#include <isl/printer.h>
3
4/* Internal data structure for isl_print_space.
5 *
6 * latex is set if that is the output format.
7 * print_dim (if not NULL) is called on each dimension.
8 * user is set by the caller of print_space and may be used inside print_dim.
9 *
10 * space is the global space that is being printed. This field is set by
11 * print_space.
12 * type is the tuple of the global space that is currently being printed.
13 * This field is set by print_space.
14 */
16 int latex;
18 struct isl_print_space_data *data, unsigned pos);
19 void *user;
20
23};
24
26 __isl_take isl_printer *p, int rational,
27 struct isl_print_space_data *data);
#define __isl_take
Definition: ctx.h:22
#define __isl_give
Definition: ctx.h:19
#define __isl_keep
Definition: ctx.h:25
static unsigned pos(__isl_keep isl_space *space, enum isl_dim_type type)
Definition: isl_map.c:70
__isl_give isl_printer * isl_print_space(__isl_keep isl_space *space, __isl_take isl_printer *p, int rational, struct isl_print_space_data *data)
Definition: isl_output.c:462
const char * p
Definition: isl_test.c:8643
isl_dim_type
Definition: space_type.h:13
enum isl_dim_type type