Polly 22.0.0git
isl_ast_print_options Struct Reference

#include <isl_ast_private.h>

Public Attributes

int ref
isl_ctxctx
__isl_give isl_printer *(* print_for )(__isl_take isl_printer *p, __isl_take isl_ast_print_options *options, __isl_keep isl_ast_node *node, void *user)
void * print_for_user
__isl_give isl_printer *(* print_user )(__isl_take isl_printer *p, __isl_take isl_ast_print_options *options, __isl_keep isl_ast_node *node, void *user)
void * print_user_user

Detailed Description

Definition at line 116 of file isl_ast_private.h.

Member Data Documentation

◆ ctx

isl_ctx* isl_ast_print_options::ctx

Definition at line 118 of file isl_ast_private.h.

◆ print_for

Definition at line 120 of file isl_ast_private.h.

◆ print_for_user

void* isl_ast_print_options::print_for_user

Definition at line 123 of file isl_ast_private.h.

◆ print_user

Definition at line 124 of file isl_ast_private.h.

◆ print_user_user

void* isl_ast_print_options::print_user_user

Definition at line 127 of file isl_ast_private.h.

◆ ref

int isl_ast_print_options::ref

Definition at line 117 of file isl_ast_private.h.


The documentation for this struct was generated from the following file: