Searched refs:isl_tab_undo_type (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_tab.h29 enum isl_tab_undo_type { enum
60 enum isl_tab_undo_type type;
284 int isl_tab_push(struct isl_tab *tab, enum isl_tab_undo_type type) WARN_UNUSED;
286 enum isl_tab_undo_type type, struct isl_tab_var *var) WARN_UNUSED;
H A Disl_tab.c791 enum isl_tab_undo_type type, union isl_tab_undo_val u) WARN_UNUSED;
793 enum isl_tab_undo_type type, union isl_tab_undo_val u)
814 enum isl_tab_undo_type type, struct isl_tab_var *var)
824 int isl_tab_push(struct isl_tab *tab, enum isl_tab_undo_type type)

Completed in 70 milliseconds