Home
last modified time | relevance | path

Searched refs:nested_ptr_data (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype.h167 struct nested_ptr_data* nested; /* when OPTION_NESTED. */
173 struct nested_ptr_data { struct
192 struct nested_ptr_data* info); argument
H A Dgengtype.c762 struct nested_ptr_data* info) in create_nested_option()
778 struct nested_ptr_data *d = XNEW (struct nested_ptr_data); in create_nested_ptr_option()
1345 *nested_ptr = ((const struct nested_ptr_data *) o->info.nested)->type; in process_gc_options()
2401 const struct nested_ptr_data *nested_ptr_d = NULL; in walk_type()
2420 nested_ptr_d = (const struct nested_ptr_data *) oo->info.nested; in walk_type()
H A Dgengtype-state.c1798 opt->info.nested = XCNEW (struct nested_ptr_data); in read_state_nested_option()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgengtype.h178 struct nested_ptr_data* nested; /* when OPTION_NESTED. */
184 struct nested_ptr_data { struct
203 struct nested_ptr_data* info); argument
H A Dgengtype.c924 struct nested_ptr_data* info) in create_nested_option()
940 struct nested_ptr_data *d = XNEW (struct nested_ptr_data); in create_nested_ptr_option()
1478 *nested_ptr = ((const struct nested_ptr_data *) o->info.nested)->type; in process_gc_options()
2674 const struct nested_ptr_data *nested_ptr_d = NULL; in walk_type()
2686 nested_ptr_d = (const struct nested_ptr_data *) oo->info.nested; in walk_type()
H A Dgengtype-state.c2019 opt->info.nested = XCNEW (struct nested_ptr_data); in read_state_nested_option()