Polly 20.0.0git
|
#include <isl_tab.h>
Public Attributes | |
enum isl_tab_undo_type | type |
union isl_tab_undo_val | u |
struct isl_tab_undo * | 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().
enum isl_tab_undo_type isl_tab_undo::type |
Definition at line 63 of file isl_tab.h.
Referenced by free_undo_record(), isl_tab_alloc(), isl_tab_product(), perform_undo(), perform_undo_var(), and push_union().
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().