Home
last modified time | relevance | path

Searched refs:isl_realloc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dctx.h126 #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/
Disl_list_templ.c107 res = isl_realloc(ctx, list, LIST(EL), in LIST()
Disl_pw_templ.c516 res = isl_realloc(ctx, pw, struct PW, in FN()