Home
last modified time | relevance | path

Searched refs:name_of_child (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dvarobj.c213 static char *name_of_child (struct varobj *, int);
298 char *(*name_of_child) (struct varobj * parent, int index); member
710 name = name_of_child (var, i); in varobj_list_children()
1661 name_of_child (struct varobj *var, int index) in name_of_child() function
1663 return (*var->root->lang->name_of_child) (var, index); in name_of_child()
1997 name = name_of_child (parent, index); in c_value_of_child()
2054 char *name = name_of_child (parent, index); in c_type_of_child()
2417 name = name_of_child (parent, index); in cplus_value_of_child()
DChangeLog-20011255 (cplus_value_of_child): Isolate the use of name_of_child to