Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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()
2676 const struct nested_ptr_data *nested_ptr_d = NULL; in walk_type()
2688 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.h186 struct nested_ptr_data* nested; /* when OPTION_NESTED. */
192 struct nested_ptr_data { struct
211 struct nested_ptr_data* info); argument
H A Dgengtype.cc939 struct nested_ptr_data* info) in create_nested_option()
955 struct nested_ptr_data *d = XNEW (struct nested_ptr_data); in create_nested_ptr_option()
1495 *nested_ptr = ((const struct nested_ptr_data *) o->info.nested)->type; in process_gc_options()
2696 const struct nested_ptr_data *nested_ptr_d = NULL; in walk_type()
2708 nested_ptr_d = (const struct nested_ptr_data *) oo->info.nested; in walk_type()
H A Dgengtype-state.cc2051 opt->info.nested = XCNEW (struct nested_ptr_data); in read_state_nested_option()
H A DChangeLog-20103640 (struct nested_ptr_data, struct pair, NUM_PARAM)
3664 (struct nested_ptr_data): Nove from gengtype.c
H A DChangeLog-200431669 * gengtype.h (struct nested_ptr_data): New.