#include <isl_ctx_private.h>
#include <isl/vec.h>
#include <isl_options_private.h>
#define __isl_calloc(type,size) …
#define __isl_calloc_type(type) …
isl_stat isl_stat_non_null(void *obj)
{ … }
isl_bool isl_bool_not(isl_bool b)
{ … }
isl_bool isl_bool_ok(int b)
{ … }
static void *check_non_null(isl_ctx *ctx, void *p, size_t size)
{ … }
int isl_ctx_next_operation(isl_ctx *ctx)
{ … }
void *isl_malloc_or_die(isl_ctx *ctx, size_t size)
{ … }
void *isl_calloc_or_die(isl_ctx *ctx, size_t nmemb, size_t size)
{ … }
void *isl_realloc_or_die(isl_ctx *ctx, void *ptr, size_t size)
{ … }
void isl_ctx_set_full_error(isl_ctx *ctx, enum isl_error error, const char *msg,
const char *file, int line)
{ … }
void isl_handle_error(isl_ctx *ctx, enum isl_error error, const char *msg,
const char *file, int line)
{ … }
static struct isl_options *find_nested_options(struct isl_args *args,
void *opt, struct isl_args *wanted)
{ … }
static struct isl_options *find_nested_isl_options(struct isl_args *args,
void *opt)
{ … }
void *isl_ctx_peek_options(isl_ctx *ctx, struct isl_args *args)
{ … }
isl_ctx *isl_ctx_alloc_with_options(struct isl_args *args, void *user_opt)
{ … }
struct isl_ctx *isl_ctx_alloc()
{ … }
void isl_ctx_ref(struct isl_ctx *ctx)
{ … }
void isl_ctx_deref(struct isl_ctx *ctx)
{ … }
static void print_stats(isl_ctx *ctx)
{ … }
void isl_ctx_free(struct isl_ctx *ctx)
{ … }
struct isl_options *isl_ctx_options(isl_ctx *ctx)
{ … }
enum isl_error isl_ctx_last_error(isl_ctx *ctx)
{ … }
const char *isl_ctx_last_error_msg(isl_ctx *ctx)
{ … }
const char *isl_ctx_last_error_file(isl_ctx *ctx)
{ … }
int isl_ctx_last_error_line(isl_ctx *ctx)
{ … }
void isl_ctx_reset_error(isl_ctx *ctx)
{ … }
void isl_ctx_set_error(isl_ctx *ctx, enum isl_error error)
{ … }
void isl_ctx_abort(isl_ctx *ctx)
{ … }
void isl_ctx_resume(isl_ctx *ctx)
{ … }
int isl_ctx_aborted(isl_ctx *ctx)
{ … }
int isl_ctx_parse_options(isl_ctx *ctx, int argc, char **argv, unsigned flags)
{ … }
void isl_ctx_set_max_operations(isl_ctx *ctx, unsigned long max_operations)
{ … }
unsigned long isl_ctx_get_max_operations(isl_ctx *ctx)
{ … }
void isl_ctx_reset_operations(isl_ctx *ctx)
{ … }