Polly 19.0.0git
Public Attributes | List of all members
isl_tab_undo Struct Reference

#include <isl_tab.h>

Public Attributes

enum isl_tab_undo_type type
 
union isl_tab_undo_val u
 
struct isl_tab_undonext
 

Detailed Description

Definition at line 62 of file isl_tab.h.

Member Data Documentation

◆ next

struct isl_tab_undo* isl_tab_undo::next

Definition at line 65 of file isl_tab.h.

Referenced by free_undo(), isl_tab_alloc(), isl_tab_product(), isl_tab_rollback(), and push_union().

◆ type

enum isl_tab_undo_type isl_tab_undo::type

◆ u

union isl_tab_undo_val isl_tab_undo::u

Definition at line 64 of file isl_tab.h.

Referenced by free_undo_record(), perform_undo(), perform_undo_var(), and push_union().


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