Searched defs:case_label_statement_t (Results 1 – 2 of 2) sorted by relevance
549 struct case_label_statement_t { struct553 case_label_statement_t *next; /**< link to the next case label in switch */ argument554 statement_t *statement;555 ir_tarval *first_case;556 ir_tarval *last_case;557 bool is_bad; /**< If set marked as bad to suppress warnings. */558 bool is_empty_range; /**< If set marked this as an empty range. */559 long pn;
69 typedef struct case_label_statement_t case_label_statement_t; typedef