|
Polly 22.0.0git
|
#include <isl_printer_private.h>
Public Attributes | |
| struct isl_ctx * | ctx |
| struct isl_printer_ops * | ops |
| FILE * | file |
| int | buf_n |
| int | buf_size |
| char * | buf |
| int | indent |
| int | output_format |
| int | dump |
| char * | indent_prefix |
| char * | prefix |
| char * | suffix |
| int | width |
| int | yaml_style |
| int | yaml_depth |
| int | yaml_size |
| enum isl_yaml_state * | yaml_state |
| isl_id_to_id * | notes |
Definition at line 26 of file isl_printer_private.h.
| char* isl_printer::buf |
Definition at line 32 of file isl_printer_private.h.
| int isl_printer::buf_n |
Definition at line 30 of file isl_printer_private.h.
| int isl_printer::buf_size |
Definition at line 31 of file isl_printer_private.h.
| struct isl_ctx* isl_printer::ctx |
Definition at line 27 of file isl_printer_private.h.
Referenced by isl_printer_to_file(), and isl_printer_to_str().
| int isl_printer::dump |
Definition at line 35 of file isl_printer_private.h.
Referenced by isl_printer_set_dump().
| FILE* isl_printer::file |
Definition at line 29 of file isl_printer_private.h.
Referenced by isl_printer_to_file().
| int isl_printer::indent |
Definition at line 33 of file isl_printer_private.h.
Referenced by isl_printer_indent(), and isl_printer_set_indent().
| char* isl_printer::indent_prefix |
Definition at line 36 of file isl_printer_private.h.
| isl_id_to_id* isl_printer::notes |
Definition at line 46 of file isl_printer_private.h.
| struct isl_printer_ops* isl_printer::ops |
Definition at line 28 of file isl_printer_private.h.
| int isl_printer::output_format |
Definition at line 34 of file isl_printer_private.h.
Referenced by isl_printer_set_output_format().
| char* isl_printer::prefix |
Definition at line 37 of file isl_printer_private.h.
Referenced by isl_printer_set_indent_prefix(), and isl_printer_set_prefix().
| char* isl_printer::suffix |
Definition at line 38 of file isl_printer_private.h.
Referenced by isl_printer_set_suffix().
| int isl_printer::width |
Definition at line 39 of file isl_printer_private.h.
Referenced by isl_printer_set_isl_int_width().
| int isl_printer::yaml_depth |
Definition at line 42 of file isl_printer_private.h.
| int isl_printer::yaml_size |
Definition at line 43 of file isl_printer_private.h.
| enum isl_yaml_state* isl_printer::yaml_state |
Definition at line 44 of file isl_printer_private.h.
| int isl_printer::yaml_style |
Definition at line 41 of file isl_printer_private.h.
Referenced by isl_printer_set_yaml_style().