Home
last modified time | relevance | path

Searched defs:case_label_statement_t (Results 1 – 2 of 2) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dast_t.h549 struct case_label_statement_t { struct
553 case_label_statement_t *next; /**< link to the next case label in switch */ argument
554 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;
H A Dast.h69 typedef struct case_label_statement_t case_label_statement_t; typedef