Searched refs:isl_realloc (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | ctx.h | 126 #define isl_realloc(ctx,ptr,type,size) ((type *)isl_realloc_or_die(ctx,\ macro 130 #define isl_realloc_type(ctx,ptr,type) isl_realloc(ctx,ptr,type,sizeof(type)) 135 isl_realloc(ctx,ptr,type,(n)*sizeof(type))
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_list_templ.c | 107 res = isl_realloc(ctx, list, LIST(EL), in LIST()
|
D | isl_pw_templ.c | 516 res = isl_realloc(ctx, pw, struct PW, in FN()
|