Polly 22.0.0git
|
#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.
Classes | |
struct | options |
Macros | |
#define | BASE union_map |
Functions | |
static ISL_ARGS_END void | die (const char *msg) |
static FILE * | open_or_die (const char *filename) |
int | main (int argc, char **argv) |
#define BASE union_map |
Definition at line 49 of file flow_cmp.c.
Referenced by _alloc(), BFN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), FN(), LIST(), LIST(), MULTI(), MULTI(), MULTI(), MULTI(), MULTI(), MULTI(), and MULTI().
|
static |
Definition at line 30 of file flow_cmp.c.
References die.
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().
|
static |
Definition at line 36 of file flow_cmp.c.
Referenced by main().