#include <stdlib.h>
#include <isl/arg.h>
#include <isl/options.h>
#include <isl/union_map.h>
#include <isl/stream.h>
#include "read_in_string_templ.c"
Go to the source code of this file.
◆ BASE
◆ die()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 60 of file flow_cmp.c.
References die, equal, options::flow1, options::flow2, ISL_ARG_ALL, isl_bool_true, isl_ctx_alloc_with_options(), isl_ctx_free(), isl_die, isl_error_unknown, isl_stream_eat(), isl_stream_free(), isl_stream_new_file(), isl_stream_yaml_next(), isl_stream_yaml_read_end_mapping(), isl_stream_yaml_read_start_mapping(), ISL_TOKEN_IDENT, isl_union_map_free(), isl_union_map_is_equal(), and open_or_die().
◆ open_or_die()
static FILE * open_or_die |
( |
const char * |
filename | ) |
|
|
static |