Searched refs:n_templ_args (Results 1 – 1 of 1) sorted by relevance
3609 int n_base_classes = 0, n_templ_args = 0; in hpread_read_struct_type() local3766 n_templ_args++; in hpread_read_struct_type()3780 TYPE_NTEMPLATE_ARGS (type) = n_templ_args; in hpread_read_struct_type()3782 if (n_templ_args > 0) in hpread_read_struct_type()3784 obstack_alloc (&objfile->objfile_obstack, sizeof (struct template_arg) * n_templ_args); in hpread_read_struct_type()3785 for (n = n_templ_args; t_list; t_list = t_list->next) in hpread_read_struct_type()