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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c3619 struct next_template *t_new, *t_list = 0;
3785 t_new->next = t_list;
3786 t_list = t_new;
3787 t_list->arg.name = VT (objfile) + fieldp->dtempl_arg.name;
3788 t_list->arg.type = hpread_read_templ_arg_type (field, fieldp,
3789 objfile, t_list->arg.name);
3800 for (n = n_templ_args; t_list; t_list = t_list->next)
3803 TYPE_TEMPLATE_ARG (type, n) = t_list
3604 struct next_template *t_new, *t_list = 0; local
[all...]

Completed in 42 milliseconds