HomeSort by: relevance | last modified time | path
    Searched defs:isl_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_ctx_private.h 11 struct isl_ctx { struct
44 int isl_ctx_next_operation(isl_ctx *ctx);
46 void isl_ctx_set_full_error(isl_ctx *ctx, enum isl_error error, const char *msg,
  /src/external/mit/isl/dist/include/isl/
ctx.h 47 /* Nearly all isa functions require a struct isl_ctx allocated using
69 * The only exception is the isl_ctx argument, which should never be NULL.
98 struct isl_ctx;
99 typedef struct isl_ctx isl_ctx; typedef in typeref:struct:isl_ctx
119 void *isl_malloc_or_die(isl_ctx *ctx, size_t size);
120 void *isl_calloc_or_die(isl_ctx *ctx, size_t nmemb, size_t size);
121 void *isl_realloc_or_die(isl_ctx *ctx, void *ptr, size_t size);
143 void isl_handle_error(isl_ctx *ctx, enum isl_error error, const char *msg,
157 /* struct isl_ctx functions *
    [all...]

Completed in 23 milliseconds