|
Polly 22.0.0git
|
#include <assert.h>#include <isl/obj.h>#include <isl/printer.h>#include <isl/stream.h>#include <isl/options.h>Go to the source code of this file.
Classes | |
| struct | cat_options |
Functions | |
| ISL_ARG_CHOICE (struct cat_options, format, ISL_ARG_CHOICE(struct 0, "format", cat_format, ISL_FORMAT_ISL, "output format") | |
Variables | |
| struct isl_arg_choice | cat_format [] |
| struct isl_arg_choice | cat_yaml_style [] |
| ISL_ARG_CHOICE | ( | struct cat_options | , |
| format | , | ||
| ISL_ARG_CHOICE(struct | 0, | ||
| "format" | , | ||
| cat_format | , | ||
| ISL_FORMAT_ISL | , | ||
| "output format" | ) |
Definition at line 31 of file cat.c.
References assert, cat_format, cat_yaml_style, options::format, ISL_ARG_ALL, ISL_ARG_CHOICE, ISL_ARG_DEF, ISL_ARGS_END, isl_ctx_alloc_with_options(), isl_ctx_free(), ISL_FORMAT_ISL, isl_printer_end_line(), isl_printer_free(), isl_printer_set_output_format(), isl_printer_set_yaml_style(), isl_printer_to_file(), isl_stream_free(), isl_stream_new_file(), isl_stream_read_obj(), ISL_YAML_STYLE_BLOCK, main(), obj, and p.
| struct isl_arg_choice cat_format[] |
Definition at line 7 of file cat.c.
Referenced by ISL_ARG_CHOICE().
| struct isl_arg_choice cat_yaml_style[] |
Definition at line 17 of file cat.c.
Referenced by ISL_ARG_CHOICE().