|
Polly 22.0.0git
|
Go to the source code of this file.
Macros | |
| #define | xCAT(A, B) |
| #define | CAT(A, B) |
| #define | TYPE CAT(isl_,BASE) |
| #define | xFN(TYPE, NAME) |
| #define | FN(TYPE, NAME) |
Functions | |
| void | FN (TYPE, dump) |
| __isl_give char * | FN (TYPE, to_str) |
Definition at line 2 of file print_templ_yaml.c.
| #define FN | ( | TYPE, | |
| NAME ) |
Definition at line 6 of file print_templ_yaml.c.
Definition at line 4 of file print_templ_yaml.c.
| #define xFN | ( | TYPE, | |
| NAME ) |
Definition at line 5 of file print_templ_yaml.c.
| void FN | ( | TYPE | , |
| dump | ) |
Definition at line 8 of file print_templ_yaml.c.
References __isl_keep, BASE, FN, isl_printer_free(), isl_printer_set_yaml_style(), isl_printer_to_file(), ISL_YAML_STYLE_BLOCK, obj, p, and TYPE.
| __isl_give char * FN | ( | TYPE | , |
| to_str | ) |
Definition at line 24 of file print_templ_yaml.c.
References __isl_give, __isl_keep, BASE, FN, isl_printer_free(), isl_printer_get_str(), isl_printer_set_yaml_style(), isl_printer_to_str(), ISL_YAML_STYLE_FLOW, obj, p, and TYPE.