#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.
◆ ISL_ARG_CHOICE()
Definition at line 31 of file cat.c.
References assert, options::format, ISL_ARG_ALL, isl_ctx_alloc_with_options(), isl_ctx_free(), 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(), obj, and p.
◆ cat_format
Initial value:= {
{0}
}
#define ISL_FORMAT_POLYLIB
#define ISL_FORMAT_EXT_POLYLIB
Definition at line 7 of file cat.c.
◆ cat_yaml_style
Initial value:= {
{ 0 }
}
#define ISL_YAML_STYLE_FLOW
#define ISL_YAML_STYLE_BLOCK
Definition at line 17 of file cat.c.