Searched refs:nested_ptr_d (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.c | 2676 const struct nested_ptr_data *nested_ptr_d = NULL; in walk_type() local 2688 nested_ptr_d = (const struct nested_ptr_data *) oo->info.nested; in walk_type() 2779 if (nested_ptr_d) in walk_type() 2783 if (!union_or_struct_p (nested_ptr_d->type)) in walk_type() 2796 (nested_ptr_d->type->kind == TYPE_UNION in walk_type() 2798 nested_ptr_d->type->u.s.tag, in walk_type() 2801 output_escaped_param (d, nested_ptr_d->convert_from, in walk_type() 2805 d->process_field (nested_ptr_d->type, d); in walk_type() 2812 output_escaped_param (d, nested_ptr_d->convert_to, in walk_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.cc | 2696 const struct nested_ptr_data *nested_ptr_d = NULL; in walk_type() local 2708 nested_ptr_d = (const struct nested_ptr_data *) oo->info.nested; in walk_type() 2802 if (nested_ptr_d) in walk_type() 2807 if (!union_or_struct_p (nested_ptr_d->type)) in walk_type() 2821 (nested_ptr_d->type->kind == TYPE_UNION in walk_type() 2823 nested_ptr_d->type->u.s.tag, in walk_type() 2826 output_escaped_param (d, nested_ptr_d->convert_from, in walk_type() 2830 d->process_field (nested_ptr_d->type, d); in walk_type() 2837 output_escaped_param (d, nested_ptr_d->convert_to, in walk_type()
|