Searched refs:n_templ_args (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c3624 int n_base_classes = 0, n_templ_args = 0;
3781 n_templ_args++;
3795 TYPE_NTEMPLATE_ARGS (type) = n_templ_args;
3797 if (n_templ_args > 0)
3799 obstack_alloc (&objfile->objfile_obstack, sizeof (struct template_arg) * n_templ_args);
3800 for (n = n_templ_args; t_list; t_list = t_list->next)
3609 int n_base_classes = 0, n_templ_args = 0; local

Completed in 144 milliseconds