HomeSort by relevance Sort by last modified time
    Searched defs:isl_ctx (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ctx.h 51 /* Nearly all isa functions require a struct isl_ctx allocated using
73 * The only exception is the isl_ctx argument, which should never be NULL.
86 struct isl_ctx;
87 typedef struct isl_ctx isl_ctx; typedef in typeref:struct:isl_ctx
101 /* isl_check_ctx() checks at compile time if 'ctx' is of type 'isl_ctx *' and
102 * returns the value of 'expr'. It is used to ensure, that always an isl_ctx is
105 #define isl_check_ctx(ctx, expr) ((ctx != (isl_ctx *) 0) ? expr : expr)
128 void isl_handle_error(isl_ctx *ctx, enum isl_error error, const char *msg,
142 /* struct isl_ctx functions *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
ctx.h 51 /* Nearly all isa functions require a struct isl_ctx allocated using
73 * The only exception is the isl_ctx argument, which should never be NULL.
86 struct isl_ctx;
87 typedef struct isl_ctx isl_ctx; typedef in typeref:struct:isl_ctx
101 /* isl_check_ctx() checks at compile time if 'ctx' is of type 'isl_ctx *' and
102 * returns the value of 'expr'. It is used to ensure, that always an isl_ctx is
105 #define isl_check_ctx(ctx, expr) ((ctx != (isl_ctx *) 0) ? expr : expr)
128 void isl_handle_error(isl_ctx *ctx, enum isl_error error, const char *msg,
142 /* struct isl_ctx functions *
    [all...]

Completed in 75 milliseconds