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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dvarobj.c219 static struct type *type_of_child (struct varobj *var);
307 struct type *(*type_of_child) (struct varobj * parent, int index); member in struct:language_specific
1267 child->type = type_of_child (child);
1706 type_of_child (struct varobj *var)
1715 return (*var->root->lang->type_of_child) (var->parent, var->index);
1702 type_of_child (struct varobj *var) function

Completed in 103 milliseconds