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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
ctx.h 101 /* isl_check_ctx() checks at compile time if 'ctx' is of type 'isl_ctx *' and
105 #define isl_check_ctx(ctx, expr) ((ctx != (isl_ctx *) 0) ? expr : expr) macro
107 #define isl_alloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\
109 #define isl_calloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\
111 #define isl_realloc(ctx,ptr,type,size) ((type *)isl_check_ctx(ctx,\
117 #define isl_calloc_array(ctx,type,n) ((type *)isl_check_ctx(ctx,\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ctx.h 101 /* isl_check_ctx() checks at compile time if 'ctx' is of type 'isl_ctx *' and
105 #define isl_check_ctx(ctx, expr) ((ctx != (isl_ctx *) 0) ? expr : expr) macro
107 #define isl_alloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\
109 #define isl_calloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\
111 #define isl_realloc(ctx,ptr,type,size) ((type *)isl_check_ctx(ctx,\
117 #define isl_calloc_array(ctx,type,n) ((type *)isl_check_ctx(ctx,\

Completed in 35 milliseconds