Home
last modified time | relevance | path

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

/dports/devel/libfirm/libfirm-1.21.0/ir/libcore/
H A Dlc_opts_t.h45 struct lc_opt_entry_t { struct
49 struct lc_opt_entry_t *parent; argument
51 unsigned is_grp : 1;
53 struct list_head list;
55 union {
58 } v;
H A Dlc_opts.h72 typedef struct lc_opt_entry_t lc_opt_entry_t; typedef