Polly 20.0.0git
|
Go to the source code of this file.
Classes | |
struct | isl_ctx |
Functions | |
int | isl_ctx_next_operation (isl_ctx *ctx) |
void | isl_ctx_set_full_error (isl_ctx *ctx, enum isl_error error, const char *msg, const char *file, int line) |
int isl_ctx_next_operation | ( | isl_ctx * | ctx | ) |
Definition at line 71 of file isl_ctx.c.
References isl_ctx::abort, isl_ctx_set_error(), isl_die, isl_error_abort, isl_error_quota, isl_ctx::max_operations, and isl_ctx::operations.
Referenced by isl_calloc_or_die(), isl_malloc_or_die(), isl_realloc_or_die(), and isl_tab_pivot().
void isl_ctx_set_full_error | ( | isl_ctx * | ctx, |
enum isl_error | error, | ||
const char * | msg, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 119 of file isl_ctx.c.
References isl_ctx::error, isl_ctx::error_file, isl_ctx::error_line, and isl_ctx::error_msg.
Referenced by isl_ctx_set_error(), isl_handle_error(), and isl_stream_error().