Searched refs:nested_ptr_data (Results 1 – 8 of 8) sorted by relevance
178 struct nested_ptr_data* nested; /* when OPTION_NESTED. */184 struct nested_ptr_data { struct203 struct nested_ptr_data* info); argument
924 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()
2019 opt->info.nested = XCNEW (struct nested_ptr_data); in read_state_nested_option()
186 struct nested_ptr_data* nested; /* when OPTION_NESTED. */192 struct nested_ptr_data { struct211 struct nested_ptr_data* info); argument
939 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()
2051 opt->info.nested = XCNEW (struct nested_ptr_data); in read_state_nested_option()
3640 (struct nested_ptr_data, struct pair, NUM_PARAM)3664 (struct nested_ptr_data): Nove from gengtype.c
31669 * gengtype.h (struct nested_ptr_data): New.