Polly 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | xCAT(A, B) A ## B |
#define | CAT(A, B) xCAT(A,B) |
#define | TYPE CAT(isl_,TYPE_BASE) |
Functions | |
__isl_give TYPE * | FN (isl, FN(TYPE_BASE, read_from_str)) |
Definition at line 13 of file isl_read_from_str_templ.c.
__isl_give TYPE * FN | ( | isl | , |
FN(TYPE_BASE, read_from_str) | |||
) |
Definition at line 17 of file isl_read_from_str_templ.c.
References FN, isl_stream_free(), isl_stream_new_str(), obj, str, TYPE, and TYPE_BASE.